export declare const useInterpolate: ({ data, animated, arc }: {
    data: any;
    animated: any;
    arc: any;
}) => import('motion-dom').MotionValue<string>;
