import type { FC } from 'react'; import type { PointsProps } from './PropsType'; import './style/index.less'; declare const Points: FC; export default Points;