import { ActiveTable } from '../../../activeTable'; import { Files } from '../../../types/files'; export declare class DragAndDropElement { private static createOverlayElement; static append(at: ActiveTable, fullTableContainer: HTMLElement): void; static isEnabled(files?: Files): boolean; } //# sourceMappingURL=dragAndDropElement.d.ts.map