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 f;
    get range(): number;
    set range(a: number);
    private h;
    get format(): string;
    set format(a: string);
    private k;
    get repeatedYearFormat(): string;
    set repeatedYearFormat(a: string);
    private j;
    get repeatedMonthFormat(): string;
    set repeatedMonthFormat(a: string);
    private i;
    get repeatedDayFormat(): string;
    set repeatedDayFormat(a: string);
}
