import React from 'react'; import { RenderElementProps } from 'slate-react'; export declare const InlineKatex: ({ attributes, children, element, }: RenderElementProps) => React.JSX.Element;