import { CockpitColorProps } from './cockpitTypes'; export declare const getCockpitColor: (statusCode: string) => CockpitColorProps;