import { Breakpoint } from "./../../models/Layout"; import { types } from "typestyle"; export declare const AdminChromeStyles: { container?: types.NestedCSSProperties; content?: (background: string, lockContentArea: boolean, hideAppBar: boolean) => types.NestedCSSProperties; menuContent?: types.NestedCSSProperties; adminContentContainer?: (breakpoint: Breakpoint) => types.NestedCSSProperties; appWrapper?: types.NestedCSSProperties; mainNavWrapper?: types.NestedCSSProperties; nodeTitleWrapper?: types.NestedCSSProperties; icon?: types.NestedCSSProperties; zIndex?: types.NestedCSSProperties; journeyContainer?: types.NestedCSSProperties; appBar?: types.NestedCSSProperties; headerIcon: types.NestedCSSProperties; toolbarTitle: types.NestedCSSProperties; listItemBg?: (isSelected: boolean) => types.NestedCSSProperties; textOverflow?: types.NestedCSSProperties; };