import React from 'react'; import type { RenderLeafProps } from 'slate-react'; export declare function Text({ children, text }: RenderLeafProps): React.JSX.Element;