import { type RefObject } from 'react'; import type { NativeElementProps } from '../../types.js'; export interface UseTableCell { cellProps: NativeElementProps; } export declare function useTableCell(ref: RefObject, rowKey: string, columnKey: string): UseTableCell; //# sourceMappingURL=use-table-cell.d.ts.map