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