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