/** * Run effect only when component is unmounted. * * @param effect Effector to run on unmount */ export declare const useUnmountEffect: (effect: CallableFunction) => void;