declare const Container: { (props: any): JSX.Element; propTypes: { children: import("prop-types").Validator; }; }; export default Container;