import React from "react"; import { MediumEditorOptions, PbEditorElement } from "../../../../types"; interface HeadingProps { element: PbEditorElement; mediumEditorOptions?: MediumEditorOptions; } export declare const Heading: (props: HeadingProps) => React.JSX.Element; export {};