import { type Formatter } from './../interfaces/index.js'; /** Takes a cell value number (between 0-100) and add the "%" after the number */ export declare const percentSymbolFormatter: Formatter; //# sourceMappingURL=percentSymbolFormatter.d.ts.map