import { DragAction, DragEventHandler } from '../types'; declare type Control = Record; declare const control: Control; export default control;