import { EventEmitter, OnInit } from '@angular/core'; import { TrancelateService } from 'a365trancelate'; import * as i0 from "@angular/core"; export declare class DatesComponent implements OnInit { private _trancelator; dates: any; data_content: any; quote_data_content: any; breakpoint: any; close_dialog: EventEmitter; set_dates: EventEmitter; set_pre_dates: EventEmitter; external_source_data: URLSearchParams; calendar_navigation: { total: number; current: number; months: any[]; }; auto_close: boolean; dates_data_content: any; dates_data: any; default_dates_data: any; btn_quote_dates: boolean; quote_dates: any; constructor(_trancelator: TrancelateService); ngOnInit(): void; isOdd(n: any): boolean; getDays: (year: any, month: any) => number; quoter_calendar(): void; createMonth(monthNumber: any, yearNumber: any): HTMLDivElement; pad(number: any): string; setAttributes(el: any, attrs: any): void; sumarDias(fecha: any, dias: any): any; restarDias(fecha: any, dias: any): any; getDiffMonths(d2: any, d1: any): number; getDaysInMonth(m: any, y: any): number; setDatesRange(start_date: any, end_date: any): void; getDiffDays(d1: any, d2: any): number; setHeaderData(sd?: any, ed?: any): void; cleanInitRange(): void; quote_settings: any; setMinDays(sdx: any): void; getMonthDay(v: any, t: any): any; closeDialog(): void; selectDates(): void; scrollToTargetAdjusted(target: any): void; changeMonth(direction: string): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }