import { MatDatepickerBase, MatDatepickerContent, MatDatepickerControl } from './datepicker-base'; import { DateRange } from './date-selection-model'; import * as i0 from "@angular/core"; /** * Input that can be associated with a date range picker. * @docs-private */ export interface MatDateRangePickerInput extends MatDatepickerControl { comparisonStart: D | null; comparisonEnd: D | null; } /** Component responsible for managing the date range picker popup/dialog. */ export declare class MatDateRangePicker extends MatDatepickerBase, DateRange, D> { protected _forwardContentValues(instance: MatDatepickerContent, D>): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "mat-date-range-picker", ["matDateRangePicker"], {}, {}, never, never>; }