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