export { Size } from '../../../lib/_util/enum';
export declare enum WaitType {
    throttle = "throttle",
    debounce = "debounce"
}
export declare enum Tooltip {
    none = "none",
    always = "always",
    overflow = "overflow"
}
