import type { Formatter } from './../interfaces/index.js'; /** Takes a cell value number (between 0-100) and displays a SlickGrid custom "percent-complete-bar" a red (<30), silver (>30 & <70) or green (>=70) bar */ export declare const percentCompleteBarFormatter: Formatter; //# sourceMappingURL=percentCompleteBarFormatter.d.ts.map