import React from 'react'; import { ResponsiveTypographyProps } from '../types'; export type InlineKeyCodeProps = React.ComponentPropsWithoutRef<'h1'> & ResponsiveTypographyProps;