import { PolymorphicAs, PolymorphicProps } from '@leafygreen-ui/polymorphic'; import { CommonTypographyProps } from '../types'; export type BaseH2Props = CommonTypographyProps; export type H2Props = PolymorphicProps; //# sourceMappingURL=H2.types.d.ts.map