import React, { ComponentType } from 'react'; export declare const IntlConnector: (Component: ComponentType, mapStateToProps: any, mapDispatchToProps: any, preloadData?: any) => React.FC> & { WrappedComponent: React.ComponentType; };