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