///
import { MaxWidthProps } from "styled-system";
export declare type ContainerProps = MaxWidthProps;
export declare const Container: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & ContainerProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;