export declare const makeQueryFunction: (element: HTMLElement) => () => {
    element: HTMLElement;
    draggableItem: Element;
};
