import type { InjectionKey } from 'vue'; import type { ButtonProps } from 'bigin-ui/es/components/button'; export interface ButtonGroupContext { size?: ButtonProps['size']; type?: ButtonProps['type']; rounded?: ButtonProps['rounded']; } export declare const buttonGroupContextKey: InjectionKey;