import type { RefObject } from 'react'; export declare const SelectRowCell: ({ selectDisabled, id, isSelectDisabled, checkboxRef, }: { selectDisabled?: string | boolean; id: string; isSelectDisabled: boolean; checkboxRef: RefObject; }) => import("react").JSX.Element | null; //# sourceMappingURL=SelectRowCell.d.ts.map