import { AnimationTriggerMetadata } from '@angular/animations'; /** * Animations used by the Material datepicker. * @docs-private */ export declare const ngxMatDatepickerAnimations: { readonly transformPanel: AnimationTriggerMetadata; readonly fadeInCalendar: AnimationTriggerMetadata; };