import { ON_CLICK_EVENTS } from './OnClickEvents'; export declare const ANALYTICS_ACTIONS: { ADD: string; ADD_CATEGORY: string; CHANGE_CATEGORY: string; CHANGE_DATE: string; CLOSE: string; DELETE: string; EDIT: string; HIDE: string; SAVE: string; SPLIT: string; SELECT: string; UNHIDE: string; UNSPLIT: string; }; export declare const ANALYTICS_CATEGORIES: { TRANSACTION_DETAILS: string; TRANSACTIONS_LIST: string; TRANSACTIONS_WIDGET: string; }; export declare const ANALYTICS_LABELS: { ADD_TRANSACTION: string; CATEGORY: string; DATE: string; DELETE_MERCHANT_LOGO: string; DELETE_TRANSACTION: string; DESCRIPTION: string; EXPORT_CSV: string; FLAG: string; HIDE_TRANSACTION: string; MEMO: string; SPLITS: string; TAGS: string; TAG_ADD: string; TAG_DELETE: string; TAG_EDIT: string; TRANSACTION: string; TRANSACTIONS_LIST: string; UNHIDE_TRANSACTION: string; }; export declare const ANALYTICS_EVENTS: { [ON_CLICK_EVENTS.ON_TRANSACTION_SPLIT_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_SPLIT_CATEGORY_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_SPLIT_DELETE_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_SPLIT_SAVE_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_UNSPLIT]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_CATEGORY_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_CATEGORY_CHANGED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DATE_CHANGED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DATE_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DELETE_LOGO_CANCEL]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DELETE_LOGO_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DELETE_LOGO_DELETED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DESCRIPTION_EDIT_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DESCRIPTION_SAVE_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_HIDDEN]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_HIDE_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_HIDE_CANCEL_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_LIST_ITEM_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_MEMO_CHANGED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_MEMO_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_CHANGED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_TAG_ADD_CANCEL_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_TAG_ADD_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_TAG_ADDED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_TAG_DELETE_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_TAG_DELETE_CANCEL_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_TAG_DELETED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_TAG_EDIT_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TAGS_TAG_EDIT_SAVED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_TOGGLE_FLAG_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_UNHIDDEN]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_UNHIDE_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_UNHIDE_CANCEL_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_EXPORT_CSV_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_MANUAL_ADD_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_MANUAL_ADD_ADDED]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DELETE_CLICK]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DELETE_CANCEL]: { action: string; category: string; label: string; }; [ON_CLICK_EVENTS.ON_TRANSACTION_DELETE_DELETED]: { action: string; category: string; label: string; }; };