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