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