import type Button from './button.vue'; import type ButtonGroup from './button-group.vue'; export type ButtonInstance = InstanceType & unknown; export type ButtonGroupInstance = InstanceType & unknown;