export declare enum RegionTypeEnum { HK = 0, US = 1 } export declare enum QuotationColor { RED_UP_GREEN_DOWN = 0, GREEN_UP_RED_DOWN = 1 }