import type { ExtractPropTypes } from 'vue'; import { IconProps } from '../../icon/index.js'; import type Badge from './badge.vue'; export declare const badgeProps: { readonly icon: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { iconName: string; color: string; size: string; }, boolean>; }; export type BadgeProps = ExtractPropTypes; export type BadgeInstance = InstanceType;