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