export declare class AxisComponentSvg { parentSelector: string; selector: string; ticks: any; tickValues: any; tickSize: any; tickPadding: any; tickFormat: any; label: any; displayLabel: any; useDefaultFormatConfig: any; constructor(parentSelector: string, selector?: string, label?: string); set config(c: any); updateView(parent: any, viewModel: any): AxisComponentSvg; private updateLabelView; private getLabelSelector; get axisLabelBBoxs(): any[]; get maxWidthAxisLabel(): any; get maxHeightAxisLabel(): any; }