export { SVGMorpheus as default } from './svg-morpheus';
export { SVGMorpheus } from './svg-morpheus';
export type { EasingFunction, SVGMorpheusOptions, StyleAttributes, RGBColor, NormalizedStyle, Transform, IconItem, Icon, MorphNode, BoundingBox, CallbackFunction } from './types';
export { easings } from './easings';
export { styleNormCalc, styleNormToString, styleToNorm, transCalc, trans2string, curveCalc, clone, bundleSvgs, // 🆕 动态SVG合并，返回 Blob URL
bundleSvgsString } from './helpers';
export { parsePathString, pathToAbsolute, path2curve, path2string, curvePathBBox } from './svg-path';
//# sourceMappingURL=index.d.ts.map