import React from 'react'; import { Table } from '@tanstack/react-table'; import { LGRowData, LGTableDataType } from '.'; export declare const TableHeaderCheckbox: ({ table, }: { table: Table>; }) => React.JSX.Element; //# sourceMappingURL=TableHeaderCheckbox.d.ts.map