/** * @param callback The identity-stable callback to be executed on unmount */ declare function useUnmount(callback: () => void | undefined): void; export default useUnmount; //# sourceMappingURL=useUnmount.d.ts.map