import type { ExtractPropTypes, StyleValue } from 'vue'; export declare const badgeProps: { readonly value: import("element-plus/es/utils").EpPropFinalized; readonly max: import("element-plus/es/utils").EpPropFinalized; readonly isDot: BooleanConstructor; readonly hidden: BooleanConstructor; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly showZero: import("element-plus/es/utils").EpPropFinalized; readonly color: StringConstructor; readonly badgeStyle: { readonly type: import("vue").PropType StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly offset: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => [number, number]) | (() => [number, number]) | ((new (...args: any[]) => [number, number]) | (() => [number, number]))[], unknown, unknown, readonly [0, 0], boolean>; readonly badgeClass: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export declare type BadgeProps = ExtractPropTypes;