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