export declare type WheelEvent = 'wheel';
declare const _default: {
    'wheel': string;
};
export default _default;
