import type { Extension, RenderLeaf } from '@prezly/slate-commons'; import React from 'react'; import type { RenderLeafProps } from 'slate-react'; export declare function combineRenderLeaf(extensions: Extension[], renderLeafList: RenderLeaf[]): ({ attributes, children, leaf, text }: RenderLeafProps) => React.JSX.Element;