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