/// <reference types="react" />
export declare const Element: ({ attributes, children, element }: {
    attributes: any;
    children: any;
    element: any;
}) => JSX.Element;
export declare const Leaf: ({ attributes, children, leaf }: {
    attributes: any;
    children: any;
    leaf: any;
}) => JSX.Element;
declare const _default: {
    Element: ({ attributes, children, element }: {
        attributes: any;
        children: any;
        element: any;
    }) => JSX.Element;
    Leaf: ({ attributes, children, leaf }: {
        attributes: any;
        children: any;
        leaf: any;
    }) => JSX.Element;
};
export default _default;
//# sourceMappingURL=EditableComponents.d.ts.map