import React from "react"; type Disposer = () => void; /** * @deprecated `disposeOnUnmount` is not compatible with React 18 and higher. */ export declare function disposeOnUnmount(target: React.Component, propertyKey: PropertyKey): void; /** * @deprecated `disposeOnUnmount` is not compatible with React 18 and higher. */ export declare function disposeOnUnmount>(target: React.Component, fn: TF): TF; export {};