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