/** * Call me on didLoad, otherwise stuff brakes * @param host * @param open */ export declare const upDownAnimate: (host: HTMLElement) => (open: boolean) => void;