import { OnChanges, SimpleChanges } from '@angular/core'; import { PghDateRangePickerSelectionStrategy } from './date-range-picker-selection.strategy'; import * as i0 from "@angular/core"; export declare class PghMaxRangeDirective implements OnChanges { private maxRangeStrategy; maxRange: import("@angular/core").InputSignal; constructor(maxRangeStrategy: PghDateRangePickerSelectionStrategy); ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }