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