///
import { ConnectedProps } from 'react-redux';
declare const connector: import("react-redux").InferableComponentEnhancerWithProps<{
region: any;
regionMethod: any;
} & {
onChange: (region: string) => void;
}, {}>;
declare type RegionStepProps = ConnectedProps & {
number: number;
};
declare const container: import("react-redux").ConnectedComponent<({ number, region, regionMethod, onChange }: RegionStepProps) => JSX.Element, Pick>;
export default container;
//# sourceMappingURL=RegionStep.d.ts.map