import '@wordpress/format-library'; import { EmailEditorConfig } from './store/types'; export declare function initialize(elementId: string): void; export declare function ExperimentalEmailEditor({ postId, postType, isPreview, contentRef, config, customSavePanel, }: { postId: string; postType: string; isPreview?: boolean; contentRef?: React.Ref | null; config?: EmailEditorConfig; customSavePanel?: React.ReactElement; }): import("react/jsx-runtime").JSX.Element;