export declare const useTextEditorStore: import('pinia').StoreDefinition<"textEditor", Pick<{ activeTextEditor: import('vue').Ref; isActive: import('vue').ComputedRef; registerTextEditor: (editor: any) => void; unregisterTextEditor: () => void; getActiveTextEditor: () => any; }, "activeTextEditor">, Pick<{ activeTextEditor: import('vue').Ref; isActive: import('vue').ComputedRef; registerTextEditor: (editor: any) => void; unregisterTextEditor: () => void; getActiveTextEditor: () => any; }, "isActive">, Pick<{ activeTextEditor: import('vue').Ref; isActive: import('vue').ComputedRef; registerTextEditor: (editor: any) => void; unregisterTextEditor: () => void; getActiveTextEditor: () => any; }, "registerTextEditor" | "unregisterTextEditor" | "getActiveTextEditor">>;