import type { Theme } from '../../utils/styles';
/** @component diwa-table-cell — Maps to
inside a diwa-table-row. */
export declare class DiwaTableCell {
theme: Theme;
multiline: boolean;
render(): any;
}
//# sourceMappingURL=diwa-table-cell.d.ts.map |