import type { PropType, VNodeChild } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { StatusColor, StatusTypes } from './interface'; export declare const statusProps: { color: PropType; filled: BooleanConstructor; noIcon: BooleanConstructor; type: { type: PropType; default: string; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type StatusProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; filled: BooleanConstructor; noIcon: BooleanConstructor; type: { type: PropType; default: string; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>, { mergedClsPrefix: import("vue").Ref; mergedRenderIcon: () => VNodeChild; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-text-color': string; '--u-background-color': string; '--u-font-size': string; '--u-font-weight': string; '--u-line-height': string; '--u-icon-size': string; '--u-icon-color': string; '--u-icon-spacing': string; '--u-border-radius': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; filled: BooleanConstructor; noIcon: BooleanConstructor; type: { type: PropType; default: string; }; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { type: StatusTypes; filled: boolean; noIcon: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;