GenericNotificationProps: {
    type?: NotificationType;
    size?: NotificationSize;
    icon?: SvgIconType;
    className?: string;
}

Type declaration