export declare const defaultState: { x: string; y: string; elevation: null; }; declare const _default: (state: { x: string; y: string; elevation: null; } | undefined, action: any) => { x: any; y: any; elevation: null; } | { elevation: any; x: string; y: string; }; export default _default; //# sourceMappingURL=point.d.ts.map