import { GasNotificationService } from '../gas-notify.service'; /** @see https://www.figma.com/file/yqBeq1MiGfpdN62SvmA8tg/RTLABS_GAS_DS_1?node-id=691%3A640 */ export declare class GasNotifyWrapperComponent { private gasNotificationService; notifications$: import("rxjs").Observable; toastNotifications$: import("rxjs").Observable; constructor(gasNotificationService: GasNotificationService); }