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