import { ThemeStyling } from "@omnia/fx-models"; import { ITheming } from "../../theming"; /** * Styles for the Navigation Panel component */ export declare const EditorChromeNavigationStyles: { container: string; settings: { container: string; button: string; }; scrollContainer: string; actionHeader: { icon: string; }; leftResizer: (theming: ITheming) => string; action: { wrapper: (themeStyle: ThemeStyling) => string; title: string; }; };