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); config: any; updateView(parent: any, viewModel: any): AxisComponentSvg; private updateLabelView(parent, viewModel, locationEnum); private getLabelSelector(locationEnum); readonly axisLabelBBoxs: any[]; readonly maxWidthAxisLabel: any; readonly maxHeightAxisLabel: any; }