type PointsProps = { points?: number; onClick?: () => void; }; export declare const Points: React.FC; export {};