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