export declare function isNotGrey(color: string): boolean; export declare function isValidWaveColor(color: string): boolean; export declare function getTargetWaveColor(node: HTMLElement): string;