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