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