import type { NgxDropzoneComponent } from './ngx-dropzone.component';
export declare function onDrop(ctx: NgxDropzoneComponent, { dataTransfer }: DragEvent): Promise<void>;
export declare function handleFileDrop(ctx: NgxDropzoneComponent, files: FileList): Promise<void>;
