///
import { ContainerProp, StyledContainerProps } from './types';
export declare const Container: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & ContainerProp, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledDiv: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Omit, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
//# sourceMappingURL=styled.d.ts.map