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