export default Wrapper; declare namespace Wrapper { namespace props { namespace path { const _default: never[]; export { _default as default }; export function validator(path: any): any; export function validator(path: any): any; } namespace data { const required: boolean; } namespace name { export const type: StringConstructor; const _default_1: string; export { _default_1 as default }; } namespace collapseSignal { const _default_2: boolean; export { _default_2 as default }; const type_1: BooleanConstructor; export { type_1 as type }; } namespace expandSignal { const _default_3: boolean; export { _default_3 as default }; const type_2: BooleanConstructor; export { type_2 as type }; } namespace level { const _default_4: number; export { _default_4 as default }; const type_3: (StringConstructor | NumberConstructor)[]; export { type_3 as type }; } namespace getKeys { const type_4: FunctionConstructor; export { type_4 as type }; function _default_5(object: any, path: any): string[]; export { _default_5 as default }; } } namespace computed { function expandOnCreatedAndUpdated(): (path: any) => any; function expandOnCreatedAndUpdated(): (path: any) => any; } function setup(): { objectToString: (...args: any[]) => string; }; function setup(): { objectToString: (...args: any[]) => string; }; namespace components { export { NullWrapper }; export { UndefinedWrapper }; export { BooleanWrapper }; export { NumberWrapper }; export { StringWrapper }; export { ArrayWrapper }; export { ObjectWrapper }; } } import NullWrapper from "./debug/NullWrapper.vue"; import UndefinedWrapper from "./debug/UndefinedWrapper.vue"; import BooleanWrapper from "./debug/BooleanWrapper.vue"; import NumberWrapper from "./debug/NumberWrapper.vue"; import StringWrapper from "./debug/StringWrapper.vue"; import ArrayWrapper from "./debug/ArrayWrapper.vue"; import ObjectWrapper from "./debug/ObjectWrapper.vue";