/**
 * @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 { 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.
 */
export declare const matSelectAnimations: {
    readonly transformPanel: AnimationTriggerMetadata;
    readonly fadeInContent: AnimationTriggerMetadata;
};
/**
 * @deprecated
 * @deletion-target 7.0.0
 */
export declare const transformPanel: AnimationTriggerMetadata;
/**
 * @deprecated
 * @deletion-target 7.0.0
 */
export declare const fadeInContent: AnimationTriggerMetadata;
