/** * Calls callback when component is unmounted. */ export declare function useUnmountEffect(callback: () => void): void;