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