import type { QxsBlocksuiteEditorContentFormat } from './types'; export declare const EMPTY_EDITOR_HTML = "
"; export declare function transformIncomingContentByFormat(value: string | null | undefined, format: QxsBlocksuiteEditorContentFormat): string; export declare function transformOutgoingContentByFormat(value: string, format: QxsBlocksuiteEditorContentFormat): string;