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