export declare const symbolForMeasurementType: (measurementType: string) => "circle" | "diamond" | "square" | "triangleUp";