/** * Checks whether we are using React Native */ export declare const isReactNative: () => boolean;