import { default as Component } from '../../components/notification-badge/notification-badge.component.js'; /** * `dap-ds-notification-badge` * @summary A notification badge component is a user interface element that visually indicates the presence of new information or updates, often displaying a numeric count of unread notifications, messages, or items requiring attention. * @element dap-ds-notification-badge * @title - Notification badge * * @slot - The content of the notification badge. * * @csspart base - The main container of the notification badge. * @csspart noty - The notification badge container. * * @cssproperty --dds-notification-badge-size - Controls the overall size of the notification badge (default: var(--dds-spacing-500)) * @cssproperty --dds-notification-badge-min-width - Minimum width of the notification badge (default: var(--dds-spacing-500)) * @cssproperty --dds-notification-badge-height - Height of the notification badge (default: var(--dds-spacing-500)) * @cssproperty --dds-notification-badge-padding - Padding inside the notification badge (default: 0 var(--dds-spacing-150)) * @cssproperty --dds-notification-badge-border-radius - Border radius of the notification badge (default: var(--dds-radius-base)) * @cssproperty --dds-notification-badge-font-size - Font size of the notification badge text (default: var(--dds-font-xs)) * @cssproperty --dds-notification-badge-dot-size - Size of the dot variant (default: var(--dds-spacing-200)) * @cssproperty --dds-notification-badge-color - Text color of the notification badge (default: var(--dds-background-neutral-medium)) * @cssproperty --dds-notification-badge-neutral-bg - Background color for neutral type (default: var(--dds-text-neutral-subtle)) * @cssproperty --dds-notification-badge-brand-bg - Background color for brand type (default: var(--dds-text-brand-subtle)) * @cssproperty --dds-notification-badge-info-bg - Background color for info type (default: var(--dds-text-informative-subtle)) * @cssproperty --dds-notification-badge-positive-bg - Background color for positive type (default: var(--dds-text-positive-subtle)) * @cssproperty --dds-notification-badge-warning-bg - Background color for warning type (default: var(--dds-text-warning-subtle)) * @cssproperty --dds-notification-badge-negative-bg - Background color for negative type (default: var(--dds-text-negative-subtle)) * @cssproperty --dds-notification-badge-circular-offset-x - Horizontal offset for circular positioning (default: 20px) * @cssproperty --dds-notification-badge-circular-offset-y - Vertical offset for circular positioning (default: -20px) */ declare const reactWrapper: import('@lit/react').ReactWebComponent; export default reactWrapper;