import type { ColDef } from '@equinor/fusion-framework-react-ag-grid/enterprise'; import type { PersonColDef } from './types'; export declare const agGridPersonCell: (col: ColDef & PersonColDef) => ColDef; export default agGridPersonCell; //# sourceMappingURL=agPersonCell.d.ts.map