///
declare type LocationStepProps = {
objective: string;
number: number;
elevation?: any;
};
declare const _default: import("react-redux").ConnectedComponent<{
({ objective, number, elevation }: LocationStepProps): JSX.Element;
defaultProps: {
elevation: null;
};
}, Pick>;
export default _default;
//# sourceMappingURL=LocationStep.d.ts.map