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