import type { InternalHostInstance } from '../commonTypes';
import type { IAnimatedComponentInternalBase } from '../createAnimatedComponent/commonTypes';
import type { HostInstance } from './types';
export declare function findHostInstance(ref: IAnimatedComponentInternalBase | InternalHostInstance): HostInstance;
//# sourceMappingURL=findHostInstance.d.ts.map