import { TSuggestionText } from 'platejs'; import { PlateLeafProps, RenderNodeWrapper } from 'platejs/react'; import { SuggestionConfig } from '../editor/plugins/suggestion-kit'; export declare function SuggestionLeaf(props: PlateLeafProps): import("react/jsx-runtime").JSX.Element; export declare const SuggestionLineBreak: RenderNodeWrapper;