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