import type { InternalHostInstance, ShadowNodeWrapper } from './commonTypes'; import type { HostInstance } from './platform-specific/types'; export declare function getShadowNodeWrapperFromRef(ref: InternalHostInstance, hostInstance?: HostInstance): ShadowNodeWrapper; //# sourceMappingURL=fabricUtils.d.ts.map