import { default as React } from 'react'; type Props = { row: T; }; export declare function TableRowCheckbox({ row }: Props): React.JSX.Element; export {}; //# sourceMappingURL=TableRowCheckbox.d.ts.map