//#region src/transitions/blur.d.ts /** Light blur (4px). Use for subtle depth-of-field on slide transitions. */ declare const blurLight = 4; /** Medium blur (8px). Use for scale-in and directional content reveals. */ declare const blurMedium = 8; //#endregion export { blurMedium as n, blurLight as t };