import type { OptionLike } from "./Autocomplete.types"; export declare const AUTOCOMPLETE_MAX_HEIGHT = 300; /** Stable empty array for cleared/empty selection state. Reuse to avoid reference churn. */ export declare const EMPTY_SELECTED_VALUES: readonly OptionLike[];