export type WtSearchBarSearchModeOption = { /** * @description * localized name of the search mode */ text: string; /** * @description * unique identifier of the search mode */ value: ModeType | string; /** * @description * should default search icon should be replaced? */ icon?: string; };