export declare function yAxisLabel(measurement_method: string, isSDS: boolean): "Height / Length (SDS)" | "Weight (SDS)" | "Body Mass Index (SDS)" | "Head Circumference (SDS)" | "Height / Length (cm)" | "Weight (kg)" | "Body Mass Index (kg/m²)" | "Head Circumference (cm)";