import type { GymxBadgeProps } from '@fitx/gymx-ui'; import type { Component } from 'vue'; export interface FitxBadgeProps extends GymxBadgeProps { icon?: Component | string; isRound?: boolean; }