import type { Components, JSX } from "../types/components"; interface RuxIconWaves extends Components.RuxIconWaves, HTMLElement {} export const RuxIconWaves: { prototype: RuxIconWaves; new (): RuxIconWaves; };