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