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