export declare class MobileThemeColorAPI { getMobileColorVariables(mobileClientType?: string): Record getMobileColorVariablesByThemeId(themeSysId?: string): Record getMobileThemeIds(): Array getWebColorVariables(mobileClientType?: string): Record getWebColorVariablesByThemeId(themeSysId?: string): Record constructor() }