export declare function useAnimatedPath({
  enabled,
  path,
}: {
  enabled?: boolean;
  path: string;
}): {
  animatedProps: Partial<{
    d: string;
  }>;
};
//# sourceMappingURL=useAnimatedPath.d.ts.map
