import { Animation, Menu } from '../../../interface'; /** * @hidden * Menu Push Type * The content slides over to reveal the menu underneath. * The menu itself also slides over to reveal its bad self. */ export declare function menuPushAnimation(AnimationC: Animation, _: HTMLElement, menu: Menu): Promise;