import { RenderingContextType } from '../types';
import React from 'react';
export declare const RenderingContext: React.Context<RenderingContextType>;
