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