import React from "react"; import { SharedValue } from "react-native-reanimated"; import type { ISkeletonProps, ICustomViewStyle, IComponentSize } from "./constants"; type ShiverBoneProps = Pick & { componentSize: IComponentSize; boneLayout: ICustomViewStyle; animationValue: SharedValue; index?: number | string; }; declare const _default: React.NamedExoticComponent; export default _default; //# sourceMappingURL=ShiverBone.d.ts.map