import React from "react"; import { EditorProps } from "../../editor/Editor"; export { EditorProps }; export declare const Editor: ((props: EditorProps) => React.JSX.Element) & { original: (props: EditorProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: EditorProps) => React.JSX.Element) & { original: (props: EditorProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: EditorProps) => React.JSX.Element) & { original: (props: EditorProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; export declare const EditorRenderer: ((props: EditorProps) => JSX.Element | null) & { original: (props: EditorProps) => JSX.Element | null; originalName: string; displayName: string; } & { original: ((props: EditorProps) => JSX.Element | null) & { original: (props: EditorProps) => JSX.Element | null; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/app-admin").ComponentDecorator<((props: EditorProps) => JSX.Element | null) & { original: (props: EditorProps) => JSX.Element | null; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; };