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