import { Theme } from '@sprinklrjs/spaceweb-themes/types'; import { Intent } from '../types'; export declare const getIntentColor: (intent: Intent, theme: Theme) => string;