import type { PropType, SlotsType, VNode } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { ResultSize } from './public-types'; export declare const resultProps: { size: { type: PropType; 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<{ '--u-bezier': string; '--u-font-size': string; '--u-icon-size': string; '--u-line-height': string; '--u-text-color': string; '--u-title-font-size': string; '--u-title-font-weight': string; '--u-title-text-color': string; '--u-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: ResultSize; status: "500" | "error" | "warning" | "success" | "info" | "404" | "403" | "418"; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;