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