import type { FlexProps } from "../Flex/Flex"; interface Props extends FlexProps { dark?: boolean; } declare const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, keyof import("../Box").BoxProps> & import("../Box").BoxProps, keyof FlexProps> & FlexProps, Props>> & string; export default Overlay;