import * as React from 'react'; export declare function useRefEffect(effect: (value: T) => (() => void) | undefined): React.RefCallback;