interface DotStreamProps {
    size?: number | string;
    color?: string;
    speed?: number | string;
}
declare const DotStream: React.FC<DotStreamProps>;
export default DotStream;
//# sourceMappingURL=DotStream.d.ts.map