type Direction = 'next' | 'prev'; export default function wheelListener(el: HTMLElement, fn: (dire: Direction) => void): void; export {};