interface DiophantineVectorsProps { complexity: number; lightlanes?: boolean; radius?: number; distance?: number; allSectors?: boolean; cumulative?: boolean; } export declare function DiophantineVectors({ complexity, lightlanes, radius, distance, allSectors, cumulative }: DiophantineVectorsProps): import("react/jsx-runtime").JSX.Element; export {};