import { State } from '@table-library/react-table-library/types/common'; declare const useSyncRefState: (name: string, context: any, state: State) => void; export { useSyncRefState };