declare const useSyncState: <T extends object>(initialValue: T) => T;
export default useSyncState;
