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