import { AfterViewInit, TemplateRef } from '@angular/core';
import '@angular/localize';
import { DatePickerType } from '../../models/date-picker-type';
import { JalaliCldrIntlService } from '../../services/jalali-cldr-intl.service';
import * as i0 from "@angular/core";
export declare class KendoJalaliHeaderTitleTemplateComponent implements AfterViewInit {
    private localeService;
    templateRef: typeof TemplateRef;
    calendarType: DatePickerType;
    calendarTypes: {
        gregory: string;
        jalali: string;
    };
    calendarTypesSymbol: {
        gregory: string;
        jalali: string;
    };
    xIcon: import("@progress/kendo-angular-icons").SVGIcon;
    constructor(localeService: JalaliCldrIntlService);
    ngAfterViewInit(): void;
    toggleCalendarType(event: Event): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<KendoJalaliHeaderTitleTemplateComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<KendoJalaliHeaderTitleTemplateComponent, "ng-component", never, {}, {}, never, never, true, never>;
}
