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