import type { ColDef } from '@ag-grid-community/core'; /** * @public */ export declare const buttonCellRenderer: (title: any, clickHandler: any, contentTemplate: any, tooltip?: string) => ColDef; //# sourceMappingURL=renderer.d.ts.map