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