/** * Custom element selectors for Elice. */ export declare const eliceCustomElement: { translate: { id: string; }; languageSelect: { id: string; }; }; /** * Google element selectors. */ export declare const googleElement: { teCombo: { class: string; }; };