///
type ContainerImageProps = {
$imageUrl: string;
$width?: number;
$height?: number;
};
export declare const ContainerImage: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerImageProps>>;
type ContainerOverlayProps = {
$opacity: number;
$width?: number;
$height?: number;
};
export declare const ContainerOverlay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerOverlayProps>>;
type ContainerProps = {
$width?: number;
$height?: number;
};
export declare const Container: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerProps>>;
export {};