import { InferredPolymorphicPropsWithRef, PolymorphicAs } from '@leafygreen-ui/polymorphic'; import { ResponsiveTypographyProps } from '../../types'; export type BaseBackLinkProps = ResponsiveTypographyProps; export type BackLinkProps = InferredPolymorphicPropsWithRef; //# sourceMappingURL=BackLink.types.d.ts.map