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