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