export declare function getTickValuesForChartScaling(chartScaleType: 'prem' | 'infant' | 'smallChild' | 'biggerChild'): any[]; declare const tailoredXTickValues: { prem: any[]; infant: any[]; smallChild: any[]; biggerChild: any[]; }; export default tailoredXTickValues;