import React from 'react'; import { CellGroupElement } from '@breadstone/mosaik-elements-foundation'; /** * @public */ export declare const CellGroup: import("../../../Utils/Proxy").ReactWebComponent; declare global { namespace JSX { interface IntrinsicElements { 'mosaik-cell-group': React.DetailedHTMLProps, CellGroupElement> | Partial; } } } //# sourceMappingURL=CellGroupComponent.d.ts.map