/// import { Theme } from 'styled-components'; type ContainerProps = { height: number; width: number; }; export interface ThemedProps extends ContainerProps { theme: Theme; } export declare const Container: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ContainerProps>>; export {};