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