/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ButtonLookAndFeelAsResponse { backgroundColor: string; color: string; } //# sourceMappingURL=ButtonLookAndFeelAsResponse.d.ts.map