import { Editor, EditorOptions } from '@textbus/core'; import { ToolFactory } from '@textbus/toolbar'; import { DeviceOption } from '@textbus/device-toggle-plugin'; import { ComponentCreator } from '@textbus/component-library-plugin'; export declare const defaultTools: Array; export declare const defaultDeviceOptions: DeviceOption[]; export declare const defaultComponentLibrary: ComponentCreator[]; export declare const defaultOptions: EditorOptions; export declare function createEditor(selector: string | HTMLElement, options?: EditorOptions): Editor;