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