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