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