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