import type CardGroup from './card-group.vue';
export declare type CardGroupInstance = InstanceType<typeof CardGroup>;
