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