import { AllowedComponentProps, VNodeProps } from '../common' declare interface CellGroupSlots { default?: () => any } declare interface _CellGroup { new(): { $props: AllowedComponentProps & VNodeProps $slots: CellGroupSlots } } export declare const CellGroup: _CellGroup export default CellGroup export type { CellGroupSlots }