export declare class WheelHandler { onWheel(event: WheelEvent): void; _didWheel(): void; }