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