import { findNextItem, useTypeaheadListNavigation, useTypeaheadSearch, wrapArray } from "../libs/list-navigation.js"; //#region src/select/select.libs.d.ts declare function shouldShowPlaceholder(value?: string): value is "" | undefined; //#endregion export { findNextItem, shouldShowPlaceholder, useTypeaheadListNavigation, useTypeaheadSearch, wrapArray };