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