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