import _ from 'lodash'; export declare const TAP_SIDE_C = "c"; export declare const TAP_SIDE_S = "s"; export declare const LOCAL = "local"; export declare const TAP_SIDE_OPTIONS: { value: string; label: string; }[]; export declare const TAP_SIDE_OPTIONS_MAP: _.Dictionary<{ value: string; label: string; }>;