import * as React from 'react'; import { PropsWithChildren } from 'react'; import { TitleProps } from '../../typography'; declare const h3: (props: PropsWithChildren) => React.JSX.Element; export default h3;