import { UxTheme } from '@aurelia-ux/core'; export declare class SwissdataNotificationTheme implements UxTheme { themeKey: string; background: string; foreground: string; errorBackground: string; errorForeground: string; warningBackground: string; warningForeground: string; messageBackground: string; messageForeground: string; confirmationBackground: string; confirmationForeground: string; }