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