import { State } from '@table-library/react-table-library/types/common'; declare const useSyncControlledState: (controlledState: State, state: State, callback: () => void) => void; export { useSyncControlledState };