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