import { AnimationTriggerMetadata } from '@angular/animations'; /** * The following are all the animations for the kbq-select component, with each * const containing the metadata for one animation. * */ export declare const kbqSelectAnimations: { readonly transformPanel: AnimationTriggerMetadata; readonly fadeInContent: AnimationTriggerMetadata; }; export declare const transformPanel: AnimationTriggerMetadata; export declare const fadeInContent: AnimationTriggerMetadata;