/** Softphone theme information */
export interface SoftphoneTheme {
    /** Theme main color code */
    color: string;
    /** Theme ID */
    themeId: number;
}
//# sourceMappingURL=SoftphoneTheme.d.ts.map