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