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