import type {ColorVariant} from '../..' import type {BLinkProps} from '..' // Props export interface Props extends Omit { pill?: boolean tag?: string variant?: ColorVariant textIndicator?: boolean dotIndicator?: boolean } // Emits // Other