import React from "react"; declare type Props = { maxWidth?: number; }; export declare const MaxWidthContainer: React.FC; export {};