(config?: WithRemoteConfigSettings): >>(ComposedComponent: T) => (((import("react").ComponentType >> & OutterProps & {
store: IStore;
}): {
toDispose: Array<() => void>;
loadOptions: import("lodash").DebouncedFunc >> & OutterProps & {
store: IStore;
})["data"]): Promise >> & OutterProps & {
store: IStore;
}>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
forceUpdate(callback?: (() => void) | undefined): void;
readonly props: Readonly >> & OutterProps & {
store: IStore;
}> & Readonly<{
children?: React.ReactNode;
}>;
state: Readonly<{}>;
refs: {
[key: string]: React.ReactInstance;
};
shouldComponentUpdate?(nextProps: Readonly >> & OutterProps & {
store: IStore;
}>, nextState: Readonly<{}>, nextContext: any): boolean;
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
getSnapshotBeforeUpdate?(prevProps: Readonly >> & OutterProps & {
store: IStore;
}>, prevState: Readonly<{}>): any;
componentWillMount?(): void;
UNSAFE_componentWillMount?(): void;
componentWillReceiveProps?(nextProps: Readonly >> & OutterProps & {
store: IStore;
}>, nextContext: any): void;
UNSAFE_componentWillReceiveProps?(nextProps: Readonly >> & OutterProps & {
store: IStore;
}>, nextContext: any): void;
componentWillUpdate?(nextProps: Readonly >> & OutterProps & {
store: IStore;
}>, nextState: Readonly<{}>, nextContext: any): void;
UNSAFE_componentWillUpdate?(nextProps: Readonly >> & OutterProps & {
store: IStore;
}>, nextState: Readonly<{}>, nextContext: any): void;
};
displayName: string;
ComposedComponent: React.ComponentType