///
type ContainerProps = {
$imageUrl: string;
};
export declare const Container: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerProps>>;
type OverlayProps = {
$opacity: number;
};
export declare const Overlay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, OverlayProps>>;
export {};