import { ThemeStyleMap } from './Theme';
export type ThemePalette = {
    windowBackground?: string;
    borrowerInteractionBackground?: string;
    controlBackground?: string;
    controlForeground?: string;
    progressBarForeground?: string;
    modalBackground?: string;
    modalText?: string;
    modalTitle?: string;
};
export declare const defaultControlPaletteStyleMap: ThemeStyleMap;
