import { WebCalendarBaseDescription } from "./WebCalendarBaseDescription";
import { CalendarFormatOptionsDescription } from "./CalendarFormatOptionsDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebCalendarDescription extends WebCalendarBaseDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private ai;
    get value(): Date;
    set value(a: Date);
    private z;
    get values(): Date[];
    set values(a: Date[]);
    private ah;
    get activeDate(): Date;
    set activeDate(a: Date);
    private ae;
    get hideOutsideDays(): boolean;
    set hideOutsideDays(a: boolean);
    private ad;
    get hideHeader(): boolean;
    set hideHeader(a: boolean);
    private ap;
    get headerOrientation(): string;
    set headerOrientation(a: string);
    private aq;
    get orientation(): string;
    set orientation(a: string);
    private al;
    get visibleMonths(): number;
    set visibleMonths(a: number);
    private an;
    get activeView(): string;
    set activeView(a: string);
    private ab;
    get formatOptions(): CalendarFormatOptionsDescription;
    set formatOptions(a: CalendarFormatOptionsDescription);
    private ao;
    get changeRef(): string;
    set changeRef(a: string);
}
