import React from 'react'; export declare function useSyncedState(prop: T): [T, React.Dispatch>];