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