import { types } from "typestyle"; import { Theming } from "@omnia/fx/ux"; import { Color } from "@omnia/fx-models"; export declare const NavigationNodeStyles: { wrapper?: (disabled: boolean) => types.NestedCSSProperties; extendedButtons?: (theme: Theming) => types.NestedCSSProperties; pagingIconWrapper?: (level: number) => types.NestedCSSProperties; headerWrapper?: (level: number, isRoutePath: any, theming: Theming) => types.NestedCSSProperties; leftIcon?: types.NestedCSSProperties; leftIconExpanded?: types.NestedCSSProperties; leftIconWithoutButton?: types.NestedCSSProperties; title?: (selected: boolean, sortable: boolean) => types.NestedCSSProperties; actionBar?: types.NestedCSSProperties; actionBarExtended?: types.NestedCSSProperties; content?: types.NestedCSSProperties; contentHide?: types.NestedCSSProperties; contentShow?: (childNodes: number) => types.NestedCSSProperties; dialogHeaderWrap?: (background: Color, text: Color) => types.NestedCSSProperties; dialogContentWrapper?: types.NestedCSSProperties; };