export declare const filter: (data: Array<object>, value: string, filterProps?: string[]) => Array<any>;
