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