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