/**
 * Delay time before close autocomplete.
 *
 * (This prevent autocomplete DOM get detroyed before access data.)
 */
export declare const AUTOCOMPLETE_CLOSE_DELAY = 250;
/**
 * Allowed attributes that can be passed to internal input.
 */
export declare const ALLOWED_ATTRS: string[];
//# sourceMappingURL=constants.d.ts.map