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