/**
* Attach a callback that fires when a component unmounts
*
* @param fn Handler to run when the component unmounts
* @deprecated Use `useMounted` and normal effects, this is not StrictMode safe
* @categoryeffects
*/exportdefaultfunctionuseWillUnmount(fn: () => void): void;