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