import type { Components, JSX } from "../types/components";

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