export declare type ColumnFilterPredicate = (value: any, filter: string, columnName: string) => boolean;