export type RTEPreset = 'BASIC' | 'STANDARD' | 'FULL' | 'MINIMAL';
export declare const RTE_TOOLBAR_PRESETS: Record<RTEPreset, string>;
export type RTEImageTool = 'menu_controlsize' | 'imagecaption' | 'controlalt' | 'controlinsertlink' | 'controleditlink' | 'controlopenlink' | 'controlunlink' | 'menu_controljustify' | 'imagestyle' | 'delete';
