import { type Input } from '../internal-types'; export declare function getInput(event: DragEvent): Input;