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