import type { Theme } from '../../utils/styles'; /** @component diwa-table-row — Maps to inside diwa-table-head or diwa-table-body. */ export declare class DiwaTableRow { theme: Theme; render(): any; } //# sourceMappingURL=diwa-table-row.d.ts.map