import React from "react"; import { ElementInput } from "../inputs/ElementInput"; export declare const elementInputs: { text: ElementInput; /** * `tag` is an element input which exists for backwards compatibility with older rich-text implementations. */ tag: ElementInput; }; export declare const HeadingRenderer: React.FunctionComponent> & import("../createRenderer").Inputs<{ text: ElementInput; /** * `tag` is an element input which exists for backwards compatibility with older rich-text implementations. */ tag: ElementInput; }>> & { inputs?: import("../inputs/ElementInput").ElementInputs | undefined; } & { original: import("../types").Renderer; /** * `tag` is an element input which exists for backwards compatibility with older rich-text implementations. */ tag: ElementInput; }>>; originalName: string; displayName: string; } & { original: React.FunctionComponent> & import("../createRenderer").Inputs<{ text: ElementInput; /** * `tag` is an element input which exists for backwards compatibility with older rich-text implementations. */ tag: ElementInput; }>> & { inputs?: import("../inputs/ElementInput").ElementInputs | undefined; } & { original: import("../types").Renderer; /** * `tag` is an element input which exists for backwards compatibility with older rich-text implementations. */ tag: ElementInput; }>>; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition").ComponentDecorator> & import("../createRenderer").Inputs<{ text: ElementInput; /** * `tag` is an element input which exists for backwards compatibility with older rich-text implementations. */ tag: ElementInput; }>> & { inputs?: import("../inputs/ElementInput").ElementInputs | undefined; } & { original: import("../types").Renderer; /** * `tag` is an element input which exists for backwards compatibility with older rich-text implementations. */ tag: ElementInput; }>>; 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; /** * `tag` is an element input which exists for backwards compatibility with older rich-text implementations. */ tag: ElementInput; } | undefined; };