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