export interface RiskIndicatorProps { className?: string; width?: number; height?: number; lowColor?: string; mediumColor?: string; highColor?: string; level?: "low" | "medium" | "high"; } export { RiskIndicator } from "./riskIndicator"; //# sourceMappingURL=index.d.ts.map