import { findNodeHandle as _findNodeHandle, type NodeHandle } from 'react-native'; export declare function findNodeHandle(componentOrHandle: Parameters['0']): NodeHandle | null | typeof componentOrHandle; //# sourceMappingURL=findNodeHandle.web.d.ts.map