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