export interface StreamDotsItemProps { x: number; y: number; size: number; color: string; borderWidth: number; borderColor: string; } export declare const StreamDotsItem: ({ x, y, size, color, borderWidth, borderColor, }: StreamDotsItemProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StreamDotsItem.d.ts.map