import { StaticTableFeature } from "@adapttable/react/adapter"; //#region src/column-selection.d.ts /** * A header checkbox that selects a whole column, drawn with MUI's Checkbox. * * @public */ declare function columnSelectionCheckbox(): StaticTableFeature; //#endregion export { columnSelectionCheckbox }; //# sourceMappingURL=column-selection.d.cts.map