import * as React from 'react';
export declare const bindLifecycleTypeName = "$$bindLifecycle";
export default function bindLifecycle<P = any>(Component: React.ComponentClass<P>): any;
