import type { ExtractPropTypes } from 'vue'; export declare const badgeProps: { readonly value: import("element-plus/es/utils/props").BuildPropReturn; readonly max: import("element-plus/es/utils/props").BuildPropReturn; readonly isDot: BooleanConstructor; readonly hidden: BooleanConstructor; readonly type: import("element-plus/es/utils/props").BuildPropReturn; }; export declare type BadgeProps = ExtractPropTypes;