import type { ICustomViewStyle, IComponentSize } from "../constants"; export declare const useGetBoneDimensions: (componentSize: IComponentSize) => (boneLayout: ICustomViewStyle) => { width: number; height: number; }; //# sourceMappingURL=useGetBoneDimensions.d.ts.map