import type { ComponentProps } from 'react'; import type { AsChildProps } from '../utils/AsChildProps'; declare const CodeInline: ({ asChild, className, ...props }: AsChildProps>) => import("react/jsx-runtime").JSX.Element; export { CodeInline };