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