import { TextFormatterParams } from '@genesislcap/grid-tabulator'; /** * Zero-styled text formatter for Tabulator. * This simply uses the base formatter with the 'zero' prefix. * * @param cell - The cell component provided by Tabulator * @param formatterParams - Text formatter parameters * @returns HTML content for the text value with Zero styling * @public */ export declare function textFormatter(cell: any, formatterParams?: TextFormatterParams): string; //# sourceMappingURL=text.formatter.d.ts.map