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