import React from 'react'; import { ResponsiveTypographyProps } from '../types'; export type InlineKeyCodeProps = React.ComponentPropsWithoutRef<'h1'> & ResponsiveTypographyProps; //# sourceMappingURL=InlineKeyCode.types.d.ts.map