import { IocContext } from 'power-di'; export declare type MapToProps = (state: any, ownProps: OwnPropsType, ioc: IocContext) => MapperPropsType; export interface StateType { data: any; } export declare function connect(mapper?: MapToProps): (WrappedComponent: any) => any;