import { OptionIndex, ValueIndex } from '../types'; export declare enum MenuPositionEnum { TOP = "top", AUTO = "auto", BOTTOM = "bottom" } export declare enum FilterMatchEnum { ANY = "any", START = "start" } export declare const ValueIndexEnum: { [key: string]: ValueIndex; }; export declare const OptionIndexEnum: { [key: string]: OptionIndex; };