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