import React from "react"; import { ElementInput } from "../inputs/ElementInput"; export declare const elementInputs: { text: ElementInput; }; /** * This renderer works with plain HTML. In the past, we used to have the MediumEditor, and it produced plain HTML. * For the new Lexical Editor, we decorate this renderer from the `@webiny/app-page-builder` package. */ export declare const ParagraphRenderer: React.FunctionComponent> & import("../createRenderer").Inputs<{ text: ElementInput; }>> & { inputs?: import("../inputs/ElementInput").ElementInputs | undefined; } & { original: import("../types").Renderer; }>>; originalName: string; displayName: string; } & { original: React.FunctionComponent> & import("../createRenderer").Inputs<{ text: ElementInput; }>> & { inputs?: import("../inputs/ElementInput").ElementInputs | undefined; } & { original: import("../types").Renderer; }>>; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition").ComponentDecorator> & import("../createRenderer").Inputs<{ text: ElementInput; }>> & { inputs?: import("../inputs/ElementInput").ElementInputs | undefined; } & { original: import("../types").Renderer; }>>; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; } & { Component: React.FunctionComponent & { original: React.FunctionComponent; originalName: string; displayName: string; } & { original: React.FunctionComponent & { original: React.FunctionComponent; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition").ComponentDecorator & { original: React.FunctionComponent; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; inputs?: { text: ElementInput; } | undefined; };