import { InferredPolymorphicProps, PolymorphicAs } from '@leafygreen-ui/polymorphic'; import { ResponsiveTypographyProps } from '../types'; export type BaseInlineCodeProps = ResponsiveTypographyProps; export type InlineCodeProps = InferredPolymorphicProps; //# sourceMappingURL=InlineCode.types.d.ts.map