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