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