/// import { PublicBaseProps } from './Base'; export declare type InlineCodeProps = PublicBaseProps; export declare function InlineCode(props: InlineCodeProps): JSX.Element;