import { r as IMotionPreset } from "../types-CoM0VVid.js"; //#region src/presets/fade-in.d.ts /** Pure opacity fade. The engine assembles the transition; no inline exit transition. */ declare const fadeIn: IMotionPreset; //#endregion export { fadeIn };