import React from 'react';
import { NativeService } from '../../api';
export declare const NativeContext: React.Context<void | NativeService>;
