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