/// import "./index.scss"; export interface EmailEditorProps { height: string | number; parameters?: any; editable?: boolean; } export declare const EmailEditor: (props: EmailEditorProps) => JSX.Element;