import { ITheming } from "@omnia/fx/ux"; import { types } from "typestyle"; export declare const PagePickerNodeStyles: { headerWrapper: (level: number, isRoutePath: boolean, selectable: boolean, theming: ITheming) => types.NestedCSSProperties; pagingArrowWrapper: (level: number) => types.NestedCSSProperties; arrowBtnCollapsedDefault: types.NestedCSSProperties; arrowBtnExpanded: types.NestedCSSProperties; arrowWrapper: (show: boolean) => types.NestedCSSProperties; title: types.NestedCSSProperties; content: types.NestedCSSProperties; contentHide: types.NestedCSSProperties; pageIcon?: types.NestedCSSProperties; }; export declare const PagePickerProviderStyles: {}; export declare const SelectedPageItemStyles: { treeWrapper: types.NestedCSSProperties; isFullHeight: (fullHeight: boolean) => types.NestedCSSProperties; contentHeight: (height: string) => types.NestedCSSProperties; }; export declare const PageItemTemplateStyles: { wrapper?: types.NestedCSSProperties; linkAvatarWrapper?: types.NestedCSSProperties; linkAvatarContent?: types.NestedCSSProperties; linkAvatarImageWrapper?: types.NestedCSSProperties; linkAvatarImageUrl?: types.NestedCSSProperties; linkItemTitle?: types.NestedCSSProperties; linkItemTitleText?: types.NestedCSSProperties; linkListItemContent?: types.NestedCSSProperties; };