import { types } from "typestyle"; import { Theming, SpacingSettings } from "@omnia/fx-models"; export declare const ProcessNavigationBlockStyles: { blockPadding?: (spacing: SpacingSettings) => types.NestedCSSProperties; levelIndentationIconWrapper?: types.NestedCSSProperties; wrapper: types.NestedCSSProperties; headerWrapper: (level: number, indentation: number, isRoutePath: boolean, theming: Theming, padding: SpacingSettings, isRightToLeft: boolean) => types.NestedCSSProperties; rightIcon: types.NestedCSSProperties; arrowBtnCollapsedDefault: types.NestedCSSProperties; arrowBtnExpanded: types.NestedCSSProperties; title: types.NestedCSSProperties; textOverflow: types.NestedCSSProperties; content: types.NestedCSSProperties; contentHide: types.NestedCSSProperties; clickProtectionOverlay: types.NestedCSSProperties; };