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