export declare enum TopActions { Category = 0, Date = 1, Memo = 2, Tags = 3 } export declare enum BottomActions { MerchantBudget = 0, SplitTransaction = 1, HideTransaction = 2, MerchantLogo = 3 } export declare const DEFAULT_TOP_ACTIONS: TopActions[]; export declare const DEFAULT_BOTTOM_ACTIONS: BottomActions[]; export declare const CHEVRON_ICON_SIZE = 20; export declare const ICON_SIZE = 28;