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