import React from "react"; import { MediumEditorOptions, PbEditorElement } from "../../../../types"; export declare const textClassName = "webiny-pb-base-page-element-style webiny-pb-page-element-text"; interface ParagraphProps { element: PbEditorElement; mediumEditorOptions?: MediumEditorOptions; } export declare const Paragraph: (props: ParagraphProps) => React.JSX.Element; export {};