import { Observable } from "rxjs"; export declare function connect
(callback: (props: P) => { [key: string]: Observable; }): (WrappedComponent: any) => any;