type OverlayBackdropProps = { fixed?: boolean; } & React.HTMLAttributes; export declare function OverlayBackdrop({ fixed, ...props }: OverlayBackdropProps): import("react/jsx-runtime").JSX.Element; export {};