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