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