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