import { type Formatter } from './../interfaces/index.js'; /** Takes a cell value number (between 0.0-100) and displays a red (<50) or green (>=50) bar */ export declare const percentCompleteFormatter: Formatter; //# sourceMappingURL=percentCompleteFormatter.d.ts.map