import { PropType } from 'vue'; import { type ResultStatus } from './utils'; declare var __VLS_1: {}, __VLS_38: {}, __VLS_40: {}, __VLS_42: {}, __VLS_44: {}; type __VLS_Slots = {} & { icon?: (props: typeof __VLS_1) => any; } & { title?: (props: typeof __VLS_38) => any; } & { subtitle?: (props: typeof __VLS_40) => any; } & { extra?: (props: typeof __VLS_42) => any; } & { default?: (props: typeof __VLS_44) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; validator: (value: any) => boolean; }; title: StringConstructor; subtitle: StringConstructor; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; validator: (value: any) => boolean; }; title: StringConstructor; subtitle: StringConstructor; }>> & Readonly<{}>, { status: "success" | "warning" | "info" | "error" | "403" | "404" | "500" | null; }, {}, {}, {}, 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; }; };