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