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