import { InlineCodeProps } from './InlineCode.types'; declare const InlineCode: (props: InlineCodeProps) => import("react/jsx-runtime").JSX.Element; export default InlineCode;