import { AnimationTriggerMetadata } from '@angular/animations'; /** * Animations used by the `granite-menu` component, showing the touch interface. * @docs-private */ export declare const graniteMenuTouchAnimations: { /** * This animation trigger controls the menu panel's entry and exit from the * stage on touch output devices. */ readonly transformMenuTouch: AnimationTriggerMetadata; /** * This animation trigger controls the close button's entry and exit from the * stage on touch output devices, using the same states as the menu panel. */ readonly transformCloseButton: AnimationTriggerMetadata; };