import { RenderLeafProps } from "slate-react";
export declare const Leaf: ({ attributes, children, leaf }: RenderLeafProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export declare const renderLeaf: (props: RenderLeafProps) => import("@emotion/react/jsx-runtime").JSX.Element;
