import { HeadingProps } from './types'; declare const Heading: (props: HeadingProps) => JSX.Element; export default Heading;