import type { IMorphPathProps } from './Gooey.types'; /** * MorphPath — parametric SVG path for pill→blob morphing. */ declare const MorphPath: import("react").MemoExoticComponent<({ pillWidth, bodyWidth, totalHeight, progress, pillHeight, direction, ...pathProps }: IMorphPathProps) => import("react/jsx-runtime").JSX.Element>; export { MorphPath }; //# sourceMappingURL=MorphPath.d.ts.map