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