import CellGroup from './cell-group.taro.vue';
import type { ComponentPublicInstance } from 'vue';
export type { CellGroupProps } from './cell-group.taro.vue';
export type CellGroupInstance = ComponentPublicInstance & InstanceType<typeof CellGroup>;
export { CellGroup, CellGroup as default };