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