/// export declare type WithTransitionInfoProps = { transitionInfo?: { firstPropertyDelay: number; firstProperty: string; lastProperty: string; totalDuration: number; }; }; export declare const withTransitionInfo: { 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; }[]); }[];