export declare function useUnmountDelay(on?: boolean, delay?: number): { mounted: boolean; unmounting: boolean; };