import { PropType } from 'vue'; import { IModule } from '../@types'; import { Status } from '../common/constants'; declare var __VLS_1: { status: "FAILED" | "HALFSUCCESS" | "LOADING" | "SUCCESS" | "TERMINATE" | "WAITING"; }, __VLS_14: {}, __VLS_16: { modules: (IModule | { text: any; value: string; })[]; }, __VLS_18: {}, __VLS_20: {}; type __VLS_Slots = {} & { status?: (props: typeof __VLS_1) => any; } & { title?: (props: typeof __VLS_14) => any; } & { module?: (props: typeof __VLS_16) => any; } & { search?: (props: typeof __VLS_18) => any; } & { tools?: (props: typeof __VLS_20) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; title: { type: StringConstructor; default: string; }; modules: { type: PropType; default: () => never[]; }; isCustomModules: { type: BooleanConstructor; default: boolean; }; activeModule: { type: (NumberConstructor | StringConstructor)[]; default: string; }; enableAutoRefresh: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { download: (...args: any[]) => void; refresh: (...args: any[]) => void; fullscreen: (...args: any[]) => void; "update:activeModule": (...args: any[]) => void; "auto-refresh": (...args: any[]) => void; "update:enableAutoRefresh": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: string; }; title: { type: StringConstructor; default: string; }; modules: { type: PropType; default: () => never[]; }; isCustomModules: { type: BooleanConstructor; default: boolean; }; activeModule: { type: (NumberConstructor | StringConstructor)[]; default: string; }; enableAutoRefresh: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onDownload?: ((...args: any[]) => any) | undefined; onRefresh?: ((...args: any[]) => any) | undefined; onFullscreen?: ((...args: any[]) => any) | undefined; "onUpdate:activeModule"?: ((...args: any[]) => any) | undefined; "onAuto-refresh"?: ((...args: any[]) => any) | undefined; "onUpdate:enableAutoRefresh"?: ((...args: any[]) => any) | undefined; }>, { title: string; status: "FAILED" | "HALFSUCCESS" | "LOADING" | "SUCCESS" | "TERMINATE" | "WAITING"; modules: IModule[]; isCustomModules: boolean; activeModule: string | number; enableAutoRefresh: boolean; }, {}, {}, {}, 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; }; };