/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import type { AnimationSignal } from '../../internals/motion/animation';
export declare function animateOpen(tooltipEl: HTMLElement, animationSignal: AnimationSignal): Promise<boolean>;
export declare function animateClose(tooltipEl: HTMLElement, animationSignal: AnimationSignal): Promise<boolean>;
//# sourceMappingURL=animation.d.ts.map