import type { ComputedRef, Ref } from 'vue'; export interface ButtonGroupInjection { disabled: ComputedRef; size: Ref; color: Ref; }