import { PickerViewType } from '../../../../libs/common/enums/picker-view-type.enum'; import { RangePickerToComponent } from '../base/range-picker-to.component'; import * as i0 from "@angular/core"; export declare class MonthRangePickerToComponent extends RangePickerToComponent { width: string; set fsMonthRangeTo(value: any); set fsMonthRangeToPicker(value: any); view: PickerViewType; private _skipUpdateValue; updateValue(value: Date): void; protected _tzChanged(originDate: Date | null): void; protected _processInputDate(date: Date | null): Date | null; /** * When it's month range picker - we have to listen changes over rangePickerRef */ protected _listenDialogValueChanges(): void; protected _subscribeToPickerRefUpdates(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }