import { types } from "typestyle"; import { SpacingSettings } from "@omnia/fx-models"; import { Theming } from "@omnia/fx/ux"; export declare const MyLinksStyles: { padding?: (spacing: SpacingSettings) => types.NestedCSSProperties; layout?: types.NestedCSSProperties; linkItem?: (theming: Theming) => types.NestedCSSProperties; progress?: types.NestedCSSProperties; linkListHolder?: (dialogFitInOmniaBody: boolean) => types.NestedCSSProperties; backgroundColor?: (bgrColor: any) => types.NestedCSSProperties; contentHeight?: (isDialog: boolean, marginTop: number) => types.NestedCSSProperties; linkIcon?: types.NestedCSSProperties; borderColor?: (borderColor: any) => types.NestedCSSProperties; textColor?: (color: any) => types.NestedCSSProperties; headerCheckbox?: types.NestedCSSProperties; dialogFooter?: types.NestedCSSProperties; iconPreview?: types.NestedCSSProperties; visuallyHidden?: types.NestedCSSProperties; }; export declare const SimpleListStyles: { componentWrapper: (spacing: SpacingSettings) => types.NestedCSSProperties; linkIcon?: types.NestedCSSProperties; linkItem?: types.NestedCSSProperties; linkItemWrapper?: (spacing: SpacingSettings) => types.NestedCSSProperties; showMoreBtnAlign?: types.NestedCSSProperties; showMore?: (bgrColor: any, textColor: any) => types.NestedCSSProperties; textColor?: (color: any) => types.NestedCSSProperties; backgroundColor?: (bgrColor: any) => types.NestedCSSProperties; }; export declare const AppIconStyles: { padding: (spacing: SpacingSettings) => types.NestedCSSProperties; linkIcon?: types.NestedCSSProperties; titleText?: types.NestedCSSProperties; linkTitle?: types.NestedCSSProperties; wrapper?: (transform: boolean) => types.NestedCSSProperties; showMore?: (bgrColor: any, textColor: any) => types.NestedCSSProperties; textColor?: (color: any) => types.NestedCSSProperties; backgroundColor?: (bgrColor: any) => types.NestedCSSProperties; dialogTextWrapper?: types.NestedCSSProperties; actionButtonWrapper?: types.NestedCSSProperties; }; export declare const AppLaunchViewStyles: { padding: (spacing: SpacingSettings) => types.NestedCSSProperties; linkIcon?: types.NestedCSSProperties; showAllLink?: types.NestedCSSProperties; showAllLinkIcon?: types.NestedCSSProperties; linkItem?: types.NestedCSSProperties; linkTitle?: types.NestedCSSProperties; linkTiteText?: types.NestedCSSProperties; showMore?: (bgrColor: any) => types.NestedCSSProperties; textColor?: (color: any) => types.NestedCSSProperties; backgroundColor?: (bgrColor: any) => types.NestedCSSProperties; }; export declare const AppLaunchStyles: { wrapper?: types.NestedCSSProperties; contentHeight?: types.NestedCSSProperties; launchButton?: types.NestedCSSProperties; dialogHeight?: types.NestedCSSProperties; navigationIndex?: types.NestedCSSProperties; appIcon?: types.NestedCSSProperties; appIconHover?: types.NestedCSSProperties; showMoreIcon?: types.NestedCSSProperties; backgroundHover?: (bgrColor: any) => types.NestedCSSProperties; backgroundColor?: (bgrColor: any) => types.NestedCSSProperties; borderColor?: (bgrColor: any) => types.NestedCSSProperties; a?: (bgrColor: any) => types.NestedCSSProperties; appLanch?: types.NestedCSSProperties; officeLink?: (bgrColor: any) => types.NestedCSSProperties; officeLinkIcon?: types.NestedCSSProperties; }; export declare const SimpleListingSearchTemplateStyles: { itemWrapper?: types.NestedCSSProperties; linkAvatar?: types.NestedCSSProperties; noneBgIconContainer?: (iconSize: string) => types.NestedCSSProperties; title?: types.NestedCSSProperties; }; export declare const AppIconSearchTemplateStyles: { itemWrapper?: types.NestedCSSProperties; itemInner?: types.NestedCSSProperties; linkAvatar?: types.NestedCSSProperties; noneBgIconContainer?: (iconSize: string) => types.NestedCSSProperties; link?: types.NestedCSSProperties; };