import { Column } from '../models'; export declare const getValidationValue: (rowData: any, column: Column) => string | void;