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