import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class TimeAxisLabelFormatDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get range(): number;
    set range(a: number);
    private m;
    get format(): string;
    set format(a: string);
    private q;
    get repeatedYearFormat(): string;
    set repeatedYearFormat(a: string);
    private p;
    get repeatedMonthFormat(): string;
    set repeatedMonthFormat(a: string);
    private o;
    get repeatedDayFormat(): string;
    set repeatedDayFormat(a: string);
    private n;
    get labelFormatOverrideRef(): string;
    set labelFormatOverrideRef(a: string);
}
