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