import * as React from 'react'; import { Store, StoreDefinition } from '../'; import { Diff } from '../utils'; /** * @deprecated Use `createConnectedStore` instead. */ export declare function connect(store: StoreDefinition): ; } & Props = { store: Store; } & Props>(Component: React.ComponentType) => React.ComponentClass; }>>;