export interface INgxHelperToastConfig {
    readonly timeout: number;
    readonly showClose: boolean;
}
