export declare const CellGroup: import("../utils").WithInstall JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { border: boolean; inset: boolean; }>>; export default CellGroup; export type { CellGroupProps } from './CellGroup'; declare module 'vue' { interface GlobalComponents { VanCellGroup: typeof CellGroup; } }