import { AnimationTriggerMetadata } from '@angular/animations'; /** * The defined panel animations for the {@link TsSelectComponent} */ export declare const tsSelectAnimations: { readonly transformPanel: AnimationTriggerMetadata; };