import { Ref } from 'vue'; export declare function useWheel(target: Ref, func: Function): { wheel: Ref; }; //# sourceMappingURL=useWheel.d.ts.map