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;