import React from 'react';
import { PointProps } from '../../types';
declare const Point: React.FC<PointProps>;
export default Point;
