/** * Calls the callback when the component unmounts. * @param callback The callback to call. */ export declare function useUnmountEffect(callback: () => void): void;