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