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