import type { ComponentRef } from 'react'; import type { View } from 'react-native'; export declare function isFabric(): boolean; export type HostInstance = { __internalInstanceHandle: Record; __nativeTag: number; _viewConfig: Record; }; export declare function getShadowNodeWrapperAndTagFromRef(ref: ComponentRef | null): { shadowNodeWrapper: any; tag: number; }; //# sourceMappingURL=fabricUtils.d.ts.map