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