import React from 'react';
import { publicApiType } from './createApi';
export declare const VisibilityContext: React.Context<publicApiType>;
