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