export declare function useMenuDragger(containerRef: any, data: any): { dragstart: (e: any, component: any) => void; dragend: (e: any) => void; };