/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { ColorSettings } from './interfaces'; import { FluentUITypes } from '@msrvida/fluentui-react-cdn-typings'; export declare const themePalettes: { [theme: string]: Partial; }; export declare function getColorSettingsFromThemePalette(themePalette: Partial): Partial;