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