/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { MatDatepickerBase, MatDatepickerControl } from './datepicker-base'; /** Component responsible for managing the datepicker popup/dialog. */ import * as ɵngcc0 from '@angular/core'; export declare class MatDatepicker extends MatDatepickerBase, D | null, D> { static ɵfac: ɵngcc0.ɵɵFactoryDeclaration, never>; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration, "mat-datepicker", ["matDatepicker"], {}, {}, never, never>; } //# sourceMappingURL=datepicker.d.ts.map