import { UxTheme } from '@aurelia-ux/core'; export declare class SwissdataLoginTheme implements UxTheme { themeKey: string; background: string; foreground: string; inputBackground: string; inputForeground: string; inputBorder: string; inputBorderRadius: number; buttonBackground: string; buttonForeground: string; }