import { r as IMotionPreset } from "../types-CoM0VVid.js"; //#region src/presets/slide-down.d.ts /** Slide down with light blur. Use for text reveals, labels, and list items anchored to the bottom. */ declare const slideDown: IMotionPreset; //#endregion export { slideDown };