export declare const elevationDimMapSingleLayer: { dimensionName: string; layerId: string; layerName: string; unit: string; marks: { value: number; label: string; }[]; synced: boolean; validSelection: boolean; currentValue: string; }[]; export declare const elevationDimMapTwoLayers: { dimensionName: string; layerId: string; layerName: string; unit: string; marks: { value: number; label: string; }[]; synced: boolean; validSelection: boolean; currentValue: string; }[]; export declare const elevationInvalidValue: { dimensionName: string; layerId: string; layerName: string; unit: string; marks: { value: number; label: string; }[]; synced: boolean; validSelection: boolean; currentValue: string; }[];