import { SharedValue } from "react-native-reanimated"; import type { ICustomViewStyle, IComponentSize, ISkeletonProps } from "../constants"; type UseGetGradientTransformProps = Pick & { componentSize: IComponentSize; boneLayout: ICustomViewStyle; animationValue: SharedValue; }; export declare const useGetGradientTransform: ({ componentSize, boneLayout, animationDirection, animationValue, }: UseGetGradientTransformProps) => SharedValue<{ translateX?: number; translateY?: number; rotate?: string; }>; export {}; //# sourceMappingURL=useGetGradientTransform.d.ts.map