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