export declare const isValidWaveColor: (color: CSSStyleDeclaration[keyof CSSStyleDeclaration]) => color is string;
export declare function getTargetWaveColor(node: HTMLElement, colorSource?: keyof CSSStyleDeclaration | null): string | null;
