import type { ExtractPublicPropTypes } from '../../_utils'; import { type PropType, type SlotsType, type VNode } from 'vue'; export declare const resultProps: { size: { type: PropType<"small" | "medium" | "large" | "huge">; default: string; }; 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; default: string; }; 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; default: string; }; status: { type: PropType<"info" | "success" | "warning" | "error" | "404" | "403" | "500" | "418">; default: string; }; title: StringConstructor; description: StringConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { size: "small" | "medium" | "large" | "huge"; status: "error" | "500" | "info" | "success" | "warning" | "404" | "403" | "418"; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;