import { SelectFieldData } from '../types';
export declare const filterData: (data: SelectFieldData, searchValue: string) => SelectFieldData;
