import React from 'react'; import PropTypes from 'prop-types'; declare const localPropTypes: { children: PropTypes.Requireable; id: PropTypes.Validator; slotName: PropTypes.Validator; slotProps: PropTypes.Validator; parentComponent: PropTypes.Requireable; visibleName: PropTypes.Validator; }>>; }>>>; href: PropTypes.Requireable; depth: PropTypes.Validator; deprecated: PropTypes.Requireable; pagePerSection: PropTypes.Requireable; }; type SectionHeadingProps = PropTypes.InferProps; declare const SectionHeading: React.FunctionComponent; export default SectionHeading;