export declare type UIEvent = 'scroll';
declare const _default: {
    'scroll': string;
};
export default _default;
