/** * Hook that calls a function after the component is unmounted. */ export declare const useUnmount: (fn: () => void | undefined) => void;