import type { Components, JSX } from "../types/components"; interface RuxIconRingVolume extends Components.RuxIconRingVolume, HTMLElement {} export const RuxIconRingVolume: { prototype: RuxIconRingVolume; new (): RuxIconRingVolume; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;