import { Domains } from '../interfaces/Domains'; export declare function labelAngle(data: any, index: any, chartScaleType: 'prem' | 'infant' | 'smallChild' | 'biggerChild', measurementMethod: 'height' | 'weight' | 'ofc' | 'bmi', domains: Domains): number;