import type { FC } from 'react'; import type { TypographyProps } from './Typography'; declare const H4: FC; export default H4;