import { ContextmenuOptions, Key } from './symbol';
declare function openContextmenu(options: ContextmenuOptions): Promise<Key[] | null>;
declare function handleSelect(keys: Key[]): void;
declare function handleCancel(): void;
declare const _default: import('vue').DefineComponent<{}, {
    visible: import('vue').Ref<boolean, boolean>;
    position: {
        x: number;
        y: number;
    };
    openContextmenu: typeof openContextmenu;
    handleSelect: typeof handleSelect;
    handleCancel: typeof handleCancel;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
export default _default;
