export default Section; declare function Section({ children }: { children: any; }): JSX.Element; declare namespace Section { namespace propTypes { const children: PropTypes.Validator>; } } import PropTypes from "prop-types";