import { AnimationTriggerMetadata } from '@angular/animations'; /** * Animations used by the `granite-menu` component, showing the desktop interface. * @docs-private */ export declare const graniteMenuDesktopAnimations: { /** * This animation trigger controls the menu panel's entry and exit from the * stage on desktop output devices. */ readonly transformMenuDesktop: AnimationTriggerMetadata; };