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