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