export { Size } from '../../../es/_util/enum';
export declare enum WaitType {
    throttle = "throttle",
    debounce = "debounce"
}
