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