export declare function useResyncValue(value: any, isPristine: boolean, resyncCallback?: (syncValue: any) => void): {
    key: number;
    setCurrentValue: import("react").Dispatch<any>;
};
