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