import type { InstanceOrElement, InternalHostInstance, ShadowNodeWrapper } from '../commonTypes';
import type { AnimatedRef } from './commonTypes';
export declare function useAnimatedRefBase<TRef extends InstanceOrElement>(getWrapper: (ref: InternalHostInstance) => ShadowNodeWrapper): AnimatedRef<TRef>;
//# sourceMappingURL=useAnimatedRefCommon.d.ts.map