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