import * as React from 'react'; export declare function withContainsFocus(ComposedComponent: new (props: TProps, ...args: any[]) => React.Component): any;