import { t as Color } from "./Color-ByvwNCPz.js"; import { t as ScanditIcon } from "./ScanditIcon-Dv_GCY5b.js"; import { t as NotificationStyle } from "./NotificationStyle-B_rGOzX1.js"; //#region src/main/NotificationPresenter/NotificationConfiguration.d.ts declare class NotificationConfiguration { private _style?; private _icon?; private _message; private _textColor; private _backgroundColor; private _tag; constructor(message: string, tag: string, style?: NotificationStyle, icon?: ScanditIcon, textColor?: Color, backgroundColor?: Color); get tag(): string; get message(): string; get style(): NotificationStyle | null; get icon(): ScanditIcon | null; get textColor(): Color; get backgroundColor(): Color; } //#endregion export { NotificationConfiguration as t };