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