///
import type { ContainerOwnProps } from "../types";
declare const Container: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & ContainerOwnProps, Pick, HTMLDivElement>, keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes>, {}>;
export default Container;
//# sourceMappingURL=Container.d.ts.map