import './dialog.css'; export interface IDialogStyles { readonly dialogForeground: string | undefined; readonly dialogBackground: string | undefined; readonly dialogShadow: string | undefined; readonly dialogBorder: string | undefined; readonly errorIconForeground: string | undefined; readonly warningIconForeground: string | undefined; readonly infoIconForeground: string | undefined; readonly textLinkForeground: string | undefined; }