import type { TextEditorControlHandlerMap, TextEditorControlMatrix, TextEditorIconMap } from '../../../TextEditor.vue'; export declare const TEXT_EDITOR_ALLOWED_CONTROLS: readonly ["bold", "italic", "underline", "link", "divider", "list"]; export declare const TEXT_EDITOR_DEFAULT_TOOLBAR_CONTROLS: TextEditorControlMatrix; export declare const TEXT_EDITOR_DEFAULT_CONTROL_HANDLERS: TextEditorControlHandlerMap; export declare const TEXT_EDITOR_ICON_MAP: TextEditorIconMap;