import type { Callback } from "../Types";
export declare const useUnmount: (onUnmount: Callback) => void;
