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