declare function __VLS_template(): { slots: { all?(_: { isLoading: boolean; isFailed: boolean; error: any; }): any; loading?(_: {}): any; failed?(_: { error: any; }): any; default?(_: { [x: string]: any; }): any; }; refs: {}; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import("vue").DefineComponent<{ model: { type: StringConstructor; required: true; }; filter: { type: ObjectConstructor; default: () => {}; }; loadOnUpdate: { type: BooleanConstructor; default: boolean; }; path: { type: StringConstructor; default: null; }; modelValue: { type: ObjectConstructor; default: null; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { loaded: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly {}; }; loadOnUpdate: { type: BooleanConstructor; default: boolean; }; path: { type: StringConstructor; default: null; }; modelValue: { type: ObjectConstructor; default: null; }; }>> & { onLoaded?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { filter: Record; path: string; loadOnUpdate: boolean; modelValue: Record; }>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };