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