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