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