import Severity from "../../../common/severity.js"; export declare namespace SeverityIcon { function className(severity: Severity): string; }