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