/// import { EventHandler, TransitionEvent } from "react"; export declare type WithTransitionObserverProps = { onTransitionStart: EventHandler>; }; export declare const withTransitionObserver: { staticCallback?: (componentClass: React.ComponentClass, target: string | React.ComponentClass | React.StatelessComponent) => void; instanceCallbacks?: { kind: any; callback: any; }[] | (() => { kind: any; callback: any; }[]); } | { staticCallback?: (componentClass: React.ComponentClass, target: string | React.ComponentClass | React.StatelessComponent) => void; instanceCallbacks?: { kind: any; callback: any; }[] | (() => { kind: any; callback: any; }[]); }[];