/** Returns the first file from a drop's DataTransfer (no type validation). */ export declare const parseDroppedFile: (dataTransfer: DataTransfer | null) => File | null;