import type { InputString, TokenSeparator } from './types/mix';
import type { SpecialKeyDownConfig } from './types/specialKeyDown';
export declare const DEFAULT_SEPARATORS: TokenSeparator[];
export declare const KEY_DOWN_HANDLER_CONFIG_OPTION: Readonly<{
    OFF: 0;
    ON: 1;
}>;
export declare const DEFAULT_SPECIAL_KEY_DOWN_CONFIG: Required<SpecialKeyDownConfig>;
export declare const JS__TOKEN__DELETE_BUTTON__CLASS_NAME = "js__token__delete-button";
export declare const DEFAULT_INPUT_INIT_VALUE: InputString;
