export declare class Waves { color: string; size: string; moving: boolean; speed: string; dip: string; getCssVarColor(color: string): string; render(): any; }