import type { App } from 'vue'; import type { SDOptions } from '../_utils/types'; import _Result from './result.vue'; declare const Result: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: string; validator: (value: any) => boolean; }; title: StringConstructor; subtitle: StringConstructor; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { status: "success" | "warning" | "info" | "error" | "403" | "404" | "500" | null; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; validator: (value: any) => boolean; }; title: StringConstructor; subtitle: StringConstructor; }>> & Readonly<{}>, {}, {}, {}, {}, { status: "success" | "warning" | "info" | "error" | "403" | "404" | "500" | null; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: string; validator: (value: any) => boolean; }; title: StringConstructor; subtitle: StringConstructor; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { status: "success" | "warning" | "info" | "error" | "403" | "404" | "500" | null; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { icon?: (props: {}) => any; } & { title?: (props: {}) => any; } & { subtitle?: (props: {}) => any; } & { extra?: (props: {}) => any; } & { default?: (props: {}) => any; }; }) & { install: (app: App, options?: SDOptions) => void; }; export type ResultInstance = InstanceType; export default Result;