export declare const convertStringToTags: (searchText: string) => { id: string; name: string; }[];