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