import React from 'react'; import { EditorRef, EmailEditorProps } from './types'; export declare const EmailEditor: (props: EmailEditorProps & React.RefAttributes>) => React.ReactElement | null;