/** Per-row selection checkbox. Internal — not exported from index.ts. */ export declare function TableRowSelectionCell({ rowId, label }: { rowId: string; label: string; }): import("react").JSX.Element; /** Select-all header checkbox, indeterminate on a partial selection. */ export declare function TableSelectAllCell(): import("react").JSX.Element; //# sourceMappingURL=TableSelectionCell.d.ts.map