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