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