export declare class MobileThemeColorAPI { constructor(); getMobileColorVariables(mobileClientType?: string): Record; getMobileColorVariablesByThemeId(themeSysId?: string): Record; getMobileThemeIds(): Array; getWebColorVariables(mobileClientType?: string): Record; getWebColorVariablesByThemeId(themeSysId?: string): Record; } //# sourceMappingURL=MobileThemeColorAPI.d.ts.map