import { ToolbarConfig } from '../../types/toolbar-config'; import { Locale } from '../../locales'; interface EditorPreviewProps { config: ToolbarConfig; locale: Locale; editorKey: string; } export declare function EditorPreview({ config, locale, editorKey }: EditorPreviewProps): import("react/jsx-runtime").JSX.Element; export {};