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