export function Subhead({ children, attributes }: { children: any; attributes: any; }): JSX.Element; export namespace Subhead { namespace propTypes { const children: PropTypes.Validator; const attributes: PropTypes.Requireable; } } export default Subhead; import PropTypes from "prop-types";