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