import { ColumnDef } from '@tanstack/table-core';
/**
 * Generic column to use when your table needs multi selection of rows
 */
export declare const TableSelectableColumn: ColumnDef<unknown>;
//# sourceMappingURL=TableSelectableColumn.d.ts.map