import type { CfvoStop } from "./CfvoStop.js"; export type CfIconSet = { iconSet: string; cfvos: Array; showValue: boolean; reverse: boolean; };