export declare type DataSourceFilterPredicate = (data: T, filter: string) => boolean;