import type { ComputedRef } from 'vue'; import type { IToolBarContext } from './types'; export declare const editorToolBarContextKey: unique symbol; export declare const provideToolBarContext: (context: ComputedRef) => void; export declare const useToolBarContext: () => ComputedRef;