import { default as Color } from 'color'; import { StyledCapsuleThemeType } from '../common/StyledCapsule'; export interface TagColors { color: Color; tagType: StyledCapsuleThemeType; backgroundColor?: Color; borderColor?: Color; } export declare const getSetupStatusColor: (statusCode: string, mode?: string, type?: string) => TagColors;