declare namespace _default { namespace props { namespace data { export let type: ArrayConstructor; function _default(): any[]; export { _default as default }; } namespace selectedIndex { let type_1: ArrayConstructor; export { type_1 as type }; function _default(): any[]; export { _default as default }; } namespace alias { let type_2: ObjectConstructor; export { type_2 as type }; function _default(): {}; export { _default as default }; } } namespace computed { function valueKey(): any; function textKey(): any; function orderKey(): string; function childrenKey(): any; function merge(): any[]; } namespace watch { function merge(newVal: any): void; } } export default _default;