import { MultiselectOption } from '../../../../../components/Form/Multiselect/types'; export type FocusActionType = 'next' | 'prev'; export declare const DEFAULT_SELECTED_BEHAVIOR = "highlight"; export declare const DEFAULT_EMPTY_TEXT = "Nothing found"; export declare const FOCUS_ACTION_NEXT: FocusActionType; export declare const FOCUS_ACTION_PREV: FocusActionType; export declare const isCreateNewOptionPreset: (option: MultiselectOption) => boolean; export declare const isEmptyOptionPreset: (option: MultiselectOption) => boolean; export declare const isServicePreset: (option: MultiselectOption) => boolean; //# sourceMappingURL=constants.d.ts.map