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