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