export type MouseWheelDirection = "up" | "down"; export declare function getMouseWheelDirection(data: string): MouseWheelDirection | undefined; export declare function retainMouseWheelReporting(): () => void;