export namespace commonEvents {
    namespace click {
        let concept: string;
        let typeKind: string;
        let typeNamespace: string;
        let typeName: string;
    }
    namespace dblclick {
        let concept_1: string;
        export { concept_1 as concept };
        let typeKind_1: string;
        export { typeKind_1 as typeKind };
        let typeNamespace_1: string;
        export { typeNamespace_1 as typeNamespace };
        let typeName_1: string;
        export { typeName_1 as typeName };
    }
    namespace contextmenu {
        let concept_2: string;
        export { concept_2 as concept };
        let typeKind_2: string;
        export { typeKind_2 as typeKind };
        let typeNamespace_2: string;
        export { typeNamespace_2 as typeNamespace };
        let typeName_2: string;
        export { typeName_2 as typeName };
    }
    namespace mousedown {
        let concept_3: string;
        export { concept_3 as concept };
        let typeKind_3: string;
        export { typeKind_3 as typeKind };
        let typeNamespace_3: string;
        export { typeNamespace_3 as typeNamespace };
        let typeName_3: string;
        export { typeName_3 as typeName };
    }
    namespace mouseup {
        let concept_4: string;
        export { concept_4 as concept };
        let typeKind_4: string;
        export { typeKind_4 as typeKind };
        let typeNamespace_4: string;
        export { typeNamespace_4 as typeNamespace };
        let typeName_4: string;
        export { typeName_4 as typeName };
    }
    namespace mouseenter {
        let concept_5: string;
        export { concept_5 as concept };
        let typeKind_5: string;
        export { typeKind_5 as typeKind };
        let typeNamespace_5: string;
        export { typeNamespace_5 as typeNamespace };
        let typeName_5: string;
        export { typeName_5 as typeName };
    }
    namespace mouseleave {
        let concept_6: string;
        export { concept_6 as concept };
        let typeKind_6: string;
        export { typeKind_6 as typeKind };
        let typeNamespace_6: string;
        export { typeNamespace_6 as typeNamespace };
        let typeName_6: string;
        export { typeName_6 as typeName };
    }
    namespace focus {
        let concept_7: string;
        export { concept_7 as concept };
        let typeKind_7: string;
        export { typeKind_7 as typeKind };
        let typeNamespace_7: string;
        export { typeNamespace_7 as typeNamespace };
        let typeName_7: string;
        export { typeName_7 as typeName };
    }
    namespace blur {
        let concept_8: string;
        export { concept_8 as concept };
        let typeKind_8: string;
        export { typeKind_8 as typeKind };
        let typeNamespace_8: string;
        export { typeNamespace_8 as typeNamespace };
        let typeName_8: string;
        export { typeName_8 as typeName };
    }
}
export const components: {
    'u-router-view': {};
    'u-iframe': {};
    'u-panel': {};
    'u-collapse': {
        toggle: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-card': {};
    'u-linear-layout': {};
    'u-grid-layout': {};
    'u-multi-layout': {};
    'u-footbar': {};
    'u-crumb': {};
    'u-sidebar': {};
    'u-navbar': {
        click: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-navbar-multi': {};
    'u-dropdown': {};
    'u-toc': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-anchor': {};
    'u-text': {};
    'u-link': {
        'before-navigate': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        navigate: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-button': {
        'before-navigate': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        navigate: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'i-ico': {};
    'u-gallery': {};
    'u-label': {
        'before-remove': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-badge': {};
    'u-carousel': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-info-list': {};
    'u-image': {};
    'u-alert': {};
    'u-count-down': {};
    'u-divider': {};
    'u-table-view': {
        'before-load': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-page': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        page: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-sort': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        sort: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        check: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-list-view': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-load': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-grid-view': {};
    'u-form-table-view': {
        'before-add': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        add: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-remove': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        remove: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        splice: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-calendar-view': {};
    'u-list-components': {};
    'u-form': {
        validate: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-input': {
        'before-input': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        focus: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        blur: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-clear': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        clear: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'click-prefix': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'click-suffix': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-number-input': {
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        validate: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        focus: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        blur: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-textarea': {
        'before-input': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        focus: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        blur: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-clear': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-radios': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-switch': {
        'before-toggle': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        on: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        off: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        toggle: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-checkboxes': {
        check: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-capsules': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-select': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-open': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-close': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-load': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'click-prefix': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'click-suffix': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-filter': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-tree-select-new': {
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-rate': {};
    'u-combo-slider': {
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        slide: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'number-input': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'slide-end': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-uploader': {
        'before-upload': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        progress: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'count-exceed': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'size-exceed': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        success: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        error: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        remove: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-validator': {
        validate: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'blur-valid': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'blur-invalid': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-tabs': {
        click: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-close': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        close: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-selectable-steps': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-pagination': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'change-page-size': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-cascade-select': {
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-cascader': {
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        focus: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        blur: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        clear: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-region-select': {
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        focus: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        blur: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        clear: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-tree-view-new': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        toggle: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        check: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-transfer': {
        transfer: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-date-picker': {
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        toggle: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-time-picker': {
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-date-time-picker': {
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-linear-progress': {};
    'u-circular-progress': {};
    'u-popup-combination': {
        'before-open': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-close': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-modal': {};
    'e-watermark': {};
    'u-copy': {
        copy: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'u-taskbox': {};
    'van-router-view': {};
    'van-popup': {};
    'van-collapse': {};
    'van-cardu': {};
    'van-linear-layout': {};
    'van-divider': {};
    'van-cell-group': {};
    'van-row': {};
    'van-dropdown-menu': {};
    'van-sidebar': {};
    'van-tabbar': {};
    'van-button': {};
    'van-image': {};
    'van-swipe': {};
    'van-tabs': {};
    'van-text': {};
    'van-link': {};
    'van-badge': {};
    'van-notice-bar': {};
    'van-steps': {};
    'van-count-down-new': {};
    'van-iconv': {};
    'van-list-view': {
        'before-select': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        input: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        select: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        change: {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-load': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'van-for-components': {};
    'van-grid-view': {};
    'van-gallery': {};
    'van-form': {};
    'van-fieldinput': {};
    'van-fieldtextarea': {};
    'van-search': {};
    'van-radio-group': {};
    'van-switch': {};
    'van-checkbox-group': {};
    'van-stepper': {};
    'van-stepper-new': {};
    'van-uploader': {};
    'van-pickerson': {};
    'van-area': {};
    'van-cascader': {};
    'van-datetime-picker': {};
    'van-calendar': {};
    'van-popover': {};
    'van-popup-combination': {
        'before-open': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
        'before-close': {
            concept: string;
            typeKind: string;
            typeNamespace: string;
            typeName: string;
        };
    };
    'van-dialog': {};
};
//# sourceMappingURL=2.14-components.d.ts.map