import { GasNotification } from '../gas-notify.namespace'; import { GasIcon } from '../../../utils/gas-icons/icon/gas-icon.namespace'; import { GasNotificationService } from '../gas-notify.service'; /** @see https://www.figma.com/file/yqBeq1MiGfpdN62SvmA8tg/RTLABS_GAS_DS_1?node-id=2983%3A1585 */ export declare class GasNotifyBarComponent { private gasNotificationService; notification: GasNotification.Notification; animation: boolean; get type(): string; get closeIconName(): string; get iconName(): GasIcon.Notifications; constructor(gasNotificationService: GasNotificationService); close(): void; executeCallback(): void; }