import * as React from 'react'; export declare const SEVERITY_TO_COLOR_ICON: { Pass: { background: string; icon: string; }; Warn: { background: string; icon: string; }; Error: { background: string; icon: string; }; }; type LevelIndicatorProps = { uniqueErrors: number; uniqueWarnings: number; id: string; }; export declare const LevelIndicator: React.FC; export {}; //# sourceMappingURL=LevelIndicator.d.ts.map