import { SelectProps } from '../../../../select/interfaces'; export declare function prepareOptions(options: SelectProps.Options, filteringType: SelectProps.FilteringType, filteringText: string): { flatOptions: import("../interfaces").DropdownOption[]; filteredOptions: readonly import("../interfaces").DropdownOption[]; parentMap: Map; totalCount: number; matchesCount: number; };