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