import { GenericFunction } from '../types'; /** * Returns a callback setter for a callback to be performed when the component will unmount. */ declare const useWillUnmount: (callback?: TCallback) => import('../types').CallbackSetter; export default useWillUnmount;