export type SelectionWithAutoCompleteOptions = {
    includeInputInSelection?: boolean;
    emptyText?: string;
    searchText?: string;
};
