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