import { PropType } from 'vue'; import { IModule, IStatisticsItem, IStep, LogType } from '../@types'; import { Status } from '../common/constants'; declare var __VLS_61: { activeModule: string | number; }; type __VLS_Slots = {} & { content?: (props: typeof __VLS_61) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; title: { type: StringConstructor; default: string; }; enableAutoRefresh: { type: BooleanConstructor; default: boolean; }; modules: { type: PropType; default: () => never[]; }; isCustomModules: { type: BooleanConstructor; default: boolean; }; activeModule: { type: (NumberConstructor | StringConstructor)[]; default: string; }; type: { type: PropType; default: string; }; data: { type: PropType; default: () => never[]; }; loading: { type: BooleanConstructor; default: boolean; }; height: { type: (NumberConstructor | StringConstructor)[]; default: number; }; enableStatistics: { type: BooleanConstructor; default: boolean; }; statistics: { type: PropType; default: () => never[]; }; rollingLoading: { type: BooleanConstructor; default: boolean; }; enableRollingLoading: { type: PropType<"manual" | boolean>; default: boolean; }; showStepSkipFn: { type: FunctionConstructor; default: () => boolean; }; showStepRetryFn: { type: FunctionConstructor; default: () => boolean; }; enableMinimap: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { download: (...args: any[]) => void; refresh: (...args: any[]) => void; retry: (...args: any[]) => void; skip: (...args: any[]) => void; "update:activeModule": (...args: any[]) => void; "auto-refresh": (...args: any[]) => void; "update:enableAutoRefresh": (...args: any[]) => void; "load-more": (...args: any[]) => void; "module-change": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: string; }; title: { type: StringConstructor; default: string; }; enableAutoRefresh: { type: BooleanConstructor; default: boolean; }; modules: { type: PropType; default: () => never[]; }; isCustomModules: { type: BooleanConstructor; default: boolean; }; activeModule: { type: (NumberConstructor | StringConstructor)[]; default: string; }; type: { type: PropType; default: string; }; data: { type: PropType; default: () => never[]; }; loading: { type: BooleanConstructor; default: boolean; }; height: { type: (NumberConstructor | StringConstructor)[]; default: number; }; enableStatistics: { type: BooleanConstructor; default: boolean; }; statistics: { type: PropType; default: () => never[]; }; rollingLoading: { type: BooleanConstructor; default: boolean; }; enableRollingLoading: { type: PropType<"manual" | boolean>; default: boolean; }; showStepSkipFn: { type: FunctionConstructor; default: () => boolean; }; showStepRetryFn: { type: FunctionConstructor; default: () => boolean; }; enableMinimap: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onDownload?: ((...args: any[]) => any) | undefined; onRefresh?: ((...args: any[]) => any) | undefined; onRetry?: ((...args: any[]) => any) | undefined; onSkip?: ((...args: any[]) => any) | undefined; "onUpdate:activeModule"?: ((...args: any[]) => any) | undefined; "onAuto-refresh"?: ((...args: any[]) => any) | undefined; "onUpdate:enableAutoRefresh"?: ((...args: any[]) => any) | undefined; "onLoad-more"?: ((...args: any[]) => any) | undefined; "onModule-change"?: ((...args: any[]) => any) | undefined; }>, { loading: boolean; statistics: IStatisticsItem[]; data: IStep | IStep[]; title: string; type: LogType; height: string | number; enableStatistics: boolean; enableMinimap: boolean; status: "FAILED" | "HALFSUCCESS" | "LOADING" | "SUCCESS" | "TERMINATE" | "WAITING"; showStepSkipFn: Function; showStepRetryFn: Function; modules: IModule[]; isCustomModules: boolean; activeModule: string | number; enableAutoRefresh: boolean; rollingLoading: boolean; enableRollingLoading: boolean | "manual"; }, {}, {}, {}, 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; }; };