import { AnimationTriggerMetadata } from '@angular/animations'; import { KbqSidepanelPosition } from './sidepanel-config'; export declare enum KbqSidepanelAnimationState { Void = "void", Visible = "visible", Hidden = "hidden", Lower = "lower", BottomPanel = "bottom-panel", BecomingNormal = "becoming-normal" } export declare const kbqSidepanelTransformAnimation: Record; export declare const kbqSidepanelAnimations: { readonly sidepanelState: AnimationTriggerMetadata; };