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