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