/** * @description: * This converter help you to painlessly migrate old tags to the tui-editor[new] */ export declare function tuiLegacyEditorConverter(content: string): string;