import { type CrudProps } from "halo-fe"; type __VLS_Props = CrudProps; type __VLS_ModelProps = { modelValue?: string | number; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_21: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_21) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, { loaded: (ret: any) => void; succeed: (page: string) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: string | number) => any; } & { navigate: (url: string) => any; loaded: (ret: any) => any; succeed: (page: string, name: string) => any; }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onNavigate?: (url: string) => any; onLoaded?: (ret: any) => any; onSucceed?: (page: string, name: string) => any; "onUpdate:modelValue"?: (value: string | number) => any; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };