import type { IIconProps } from '../../icon/model/IIconProps'; export interface IBadgeGroupIcon extends Omit { size?: IIconProps['size']; color?: IIconProps['color']; ariaLabel?: IIconProps['ariaLabel']; }