import type { HostInstance } from '../platform-specific/types'; export declare function getViewInfo(element: HostInstance): { reactViewName?: string; viewTag?: number; }; //# sourceMappingURL=getViewInfo.d.ts.map