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