import { MathInlineNodeProps } from '../../types/component-props'; export declare function MathInlineNode({ node }: MathInlineNodeProps): import("react/jsx-runtime").JSX.Element;