import { default as React } from 'react'; import { PdfEditorProps } from './types'; export declare const PdfEditor: React.FC;