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