import type { RefObject } from 'react'; import type { NativeElementProps } from '../../types.js'; export interface UseTable { tableProps: NativeElementProps; } export declare function useTable(ref: RefObject): UseTable; //# sourceMappingURL=use-table.d.ts.map