import type { PropType, SlotsType, VNode } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { ResultSize } from './public-types'; export declare const resultProps: { size: PropType; status: { type: PropType<"info" | "success" | "warning" | "error" | "404" | "403" | "500" | "418">; default: string; }; title: StringConstructor; description: StringConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type ResultProps = ExtractPublicPropTypes; export interface ResultSlots { default?: () => VNode[]; footer?: () => VNode[]; icon?: () => VNode[]; } declare const _default: import("vue").DefineComponent; status: { type: PropType<"info" | "success" | "warning" | "error" | "404" | "403" | "500" | "418">; default: string; }; title: StringConstructor; description: StringConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-font-size': string; '--n-icon-size': string; '--n-line-height': string; '--n-text-color': string; '--n-title-font-size': string; '--n-title-font-weight': string; '--n-title-text-color': string; '--n-icon-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; status: { type: PropType<"info" | "success" | "warning" | "error" | "404" | "403" | "500" | "418">; default: string; }; title: StringConstructor; description: StringConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { status: "500" | "info" | "warning" | "error" | "success" | "404" | "403" | "418"; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;