import React from "react"; declare type Disposer = () => void; export declare function disposeOnUnmount(target: React.Component, propertyKey: PropertyKey): void; export declare function disposeOnUnmount>(target: React.Component, fn: TF): TF; export {};