/// <reference types="react" />
import { PerfTools, PerfState } from '../types';
import { ReactSymbol } from './utils/symbols';
export interface PatchedClassComponent {
}
export declare const getPatchedComponent: (componentsMap: WeakMap<any, any>, type: import("react").ElementType<import("react").ComponentClass<{}, any> | import("react").FunctionComponent<{}>> & {
    $$typeof: ReactSymbol;
}, tools: PerfTools, perfState: PerfState, React: any) => any;
//# sourceMappingURL=getPatchedComponent.d.ts.map