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