/**
 * Type of allowed binds.
 * - Click event;
 * - Focus event;
 * - Blur event;
 */
export declare type HjBind = 'click' | 'focus' | 'blur';
