import { AnimationTriggerMetadata } from '@angular/animations'; /** * The following are all the animations for the mat-select component, with each * const containing the metadata for one animation. * * The values below match the implementation of the AngularJS Material mat-select animation. * @docs-private */ export declare const matSelectAnimations: { /** * @deprecated No longer being used. To be removed. * @breaking-change 12.0.0 */ readonly transformPanelWrap: AnimationTriggerMetadata; readonly transformPanel: AnimationTriggerMetadata; };