import { IconSeries } from '../type'; export declare const showSearchText: (id: string, mode: string, condition: boolean, setSearchValue?: ((val: string) => void) | undefined, searchStatus?: boolean) => false | undefined; export declare const clearSearchText: (id: string, mode: string) => void; export declare const findOptionIcon: (iconSeries: IconSeries[], type: string | number | undefined) => IconSeries | undefined;