import { ScopedSearchInputValue } from '../scoped-search-input.types'; /** * Check if the search text is empty or only whitespace */ export declare const isEmpty: (value: ScopedSearchInputValue) => boolean;