/** Softphone theme update inputs */
export interface SoftphoneThemeInput {
    /** Theme ID */
    themeId: number;
}
//# sourceMappingURL=SoftphoneThemeInput.d.ts.map