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