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