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