export default class AxisLabels { visible: boolean; rotate: number; constructor(); setVisibility(v: boolean): void; setRotation(r: number): void; }