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