import React from "react"; import type { ICustomViewStyle, IGeneralStyles, IComponentSize } from "../constants"; interface UseRenderBoneProps { generalStyles: IGeneralStyles; bonesLayout: ICustomViewStyle[]; keyIndex: string | number; index: number; } export declare const useRenderBone: (componentSize: IComponentSize) => ({ generalStyles, bonesLayout, keyIndex, index, }: UseRenderBoneProps) => React.JSX.Element; export {}; //# sourceMappingURL=useRenderBone.d.ts.map