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