import { ComponentPropsWithoutRef } from 'react'; export type InlineCodeProps = ComponentPropsWithoutRef<"code">; export declare const InlineCode: import('react').ForwardRefExoticComponent, HTMLElement>, "ref"> & import('react').RefAttributes>; //# sourceMappingURL=inline-code.d.ts.map