import type { ISkeletonProps, ICustomViewStyle, IComponentSize } from "../constants"; type UseGetGradientEndDirectionProps = Pick & { boneLayout: ICustomViewStyle; }; export declare const useGetGradientEndDirection: (componentSize: IComponentSize) => ({ animationType, animationDirection, boneLayout, }: UseGetGradientEndDirectionProps) => { x: number; y: number; }; export {}; //# sourceMappingURL=useGetGradientEndDirection.d.ts.map