export interface GlobalAlertConfig {
    removeLastIfViewportOverflow?: boolean;
    customContainerClasses?: string;
}
