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