import React from "react"; import type { SkiaDefaultProps } from "../../processors/Animations/Animations"; import type { PointsProps } from "../../../dom/types"; export declare const Points: ({ mode, ...props }: SkiaDefaultProps) => React.JSX.Element;