export interface NotificationGroupProps {
  dataTestId?: string;
  children?: React.ReactNode;
  className?: string;
  style?: React.CSSProperties;
  id?: string;
}
