import { View } from 'react-native';
export declare const nativeObserve: (ref: View, wasVisible: boolean, setIsVisible: (isVisible: () => boolean) => void) => void;
