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