import { c as AnchorPlacement, E as Easing, a as Animation } from './types-CQ3qrMsE.js'; /** 動畫曲線 */ declare const easings: Easing[]; /** 動畫錨點 */ declare const anchorPlacements: AnchorPlacement[]; /** 動畫種類 */ declare const animations: Animation[]; export { anchorPlacements, animations, easings };