import type { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const badgeProps: { readonly value: PropType; readonly max: NumberConstructor; readonly dot: BooleanConstructor; readonly type: { readonly type: PropType<"success" | "error" | "warning" | "info" | "default">; readonly default: "default"; }; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly showZero: BooleanConstructor; readonly processing: BooleanConstructor; readonly color: StringConstructor; readonly offset: PropType; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }; export type BadgeProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; readonly max: NumberConstructor; readonly dot: BooleanConstructor; readonly type: { readonly type: PropType<"success" | "error" | "warning" | "info" | "default">; readonly default: "default"; }; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly showZero: BooleanConstructor; readonly processing: BooleanConstructor; readonly color: StringConstructor; readonly offset: PropType; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; appeared: import("vue").Ref; showBadge: import("vue").ComputedRef; handleAfterEnter: () => void; handleAfterLeave: () => void; cssVars: import("vue").ComputedRef<{ '--n-font-size': string; '--n-font-family': string; '--n-color': string; '--n-ripple-color': string; '--n-bezier': string; '--n-ripple-bezier': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; offsetStyle: import("vue").ComputedRef<{ transform: string; } | undefined>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly max: NumberConstructor; readonly dot: BooleanConstructor; readonly type: { readonly type: PropType<"success" | "error" | "warning" | "info" | "default">; readonly default: "default"; }; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; readonly showZero: BooleanConstructor; readonly processing: BooleanConstructor; readonly color: StringConstructor; readonly offset: PropType; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { readonly type: "default" | "info" | "warning" | "error" | "success"; readonly show: boolean; readonly dot: boolean; readonly showZero: boolean; readonly processing: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;