/**
 * Attaches drag & drop to an element
 * @param {HTMLElement} el
 * @param {(data: any) => void} data
 */
export function uploadViaElement(el: HTMLElement, data: (data: any) => void): void;
//# sourceMappingURL=uploadViaElement.d.ts.map