/** * Data tables — the `.data-table` shell used by every list view — * plus check rows, findings, expander rows, badges, pagination, the * search/filter bar, the long-description block, and the pass-rate * progress bar. * * One file because all of these only ever appear inside a card body * around a `.data-table`; splitting further would just create a pile * of two-rule files. */ export declare function dashboardCssDataTable(): string; //# sourceMappingURL=data-table.d.ts.map