/// /** * Containers are used to constrain a content's width to the current breakpoint, while keeping it fluid. * By default, it sets the max-width of the content to 60 characters (60ch) but you can customize this by passing custom maxWidth values or changing the container size tokens defined in Base.sizes.container. * https://chakra-ui.com/docs/layout/container */ export declare function Container({ ...props }: any): JSX.Element; //# sourceMappingURL=Container.d.ts.map