import { IEventNames } from "../store/tree-event-target";
export declare const TREE_NODE_EVENTS: string[];
export declare const STORE_EVENTS: Array<keyof IEventNames>;
export declare const TREE_EVENTS: string[];
export declare const TREE_SEARCH_EVENTS: string[];
export declare const TREE_DROP_EVENTS: string[];
