/**
 * @description 事件配置
 * @author wangfupeng
 */
import { EMPTY_FN } from '../utils/const';
declare const _default: {
    onchangeTimeout: number;
    onchange: typeof EMPTY_FN;
    onfocus: typeof EMPTY_FN;
    onblur: typeof EMPTY_FN;
};
export default _default;