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