export interface INotificationsProps {
    CustomComponent?: React.ReactNode;
}
