export interface TTool { key: string; label: string; } export declare const EditorDefaultTools: { key: string; label: string; }[];