import type { IUseMorphPathOptions } from './Gooey.types'; /** * Generate a parametric SVG morph path from dimensions and progress. */ declare function useMorphPath({ pillWidth, bodyWidth, totalHeight, progress, pillHeight, direction, }: IUseMorphPathOptions): string; export { useMorphPath }; //# sourceMappingURL=useMorphPath.d.ts.map