export declare class AxisLine {
    enabled: boolean;
    width: number;
    stroke?: string;
}
