= ObjectOmit
; export declare type ConnectedComponent
= React.ComponentType ;
}>;
export declare type ConnectDecorator (C: DecoratedComponent ;
export declare type ConnectDeclaration = React.ComponentType = ) => ConnectedComponent = ConnectDecorator & ({
Type: {
[k in Decl]: t.Type = ;
export default function makeConnect(stateType: t.Interface): Connect;