import { PointGeneratorProps } from '../../types'; declare function generateCirclePointsPath(props: PointGeneratorProps): string; export default generateCirclePointsPath;