import { r as IMotionPreset } from "../types-CoM0VVid.js"; import { i as DirectionalSide } from "../_utils-CAUd3lwI.js"; //#region src/presets/tooltip.d.ts /** Tooltip/hover-card preset that shifts toward the trigger on enter and away on exit. */ declare function createTooltipPreset(side: DirectionalSide, offset?: number): IMotionPreset; //#endregion export { createTooltipPreset };