import { types } from "typestyle"; import { SpacingSettings } from "@omnia/fx-models"; import { ITheming } from "@omnia/fx/ux"; export declare const BannerBlockStyles: { editorContainer?: types.NestedCSSProperties; listItemTitleMedia?: types.NestedCSSProperties; containerWapper?: types.NestedCSSProperties; container?: (spacing: SpacingSettings) => types.NestedCSSProperties; contentSection?: (bgColor: string, previewMode?: boolean, emptyContent?: boolean) => types.NestedCSSProperties; welcomeWrapper?: types.NestedCSSProperties; setting?: types.NestedCSSProperties; settingTooltip?: types.NestedCSSProperties; settingButton?: types.NestedCSSProperties; bannerLink?: types.NestedCSSProperties; bannerLinkNoCursor?: types.NestedCSSProperties; bannerImage?: (previewMode?: boolean, emptyImage?: boolean) => types.NestedCSSProperties; bannerEditingContent?: types.NestedCSSProperties; imageWapper?: types.NestedCSSProperties; contentWrapper?: (spacing: SpacingSettings, contentOnImage?: boolean, emptyImage?: boolean) => types.NestedCSSProperties; headlineArea?: (color: string) => types.NestedCSSProperties; contentArea?: (color: string, paddingBottom: number) => types.NestedCSSProperties; overlay?: (opacity: number) => types.NestedCSSProperties; footer?: (bgColor: string, color: string, paddingTop: boolean, spacing: SpacingSettings) => types.NestedCSSProperties; reusingContentMsg?: types.NestedCSSProperties; dialogContainer?: types.NestedCSSProperties; dialogContent?: (theming: ITheming) => types.NestedCSSProperties; dialogToolbar?: types.NestedCSSProperties; dialogBody?: types.NestedCSSProperties; dialogCloseButton?: types.NestedCSSProperties; dialogBackButton?: types.NestedCSSProperties; dialogMenuItem?: (theme: ITheming, selected: boolean) => types.NestedCSSProperties; dialogFooter?: (theme: ITheming) => types.NestedCSSProperties; dialogTextEditor?: types.NestedCSSProperties; dialogRightContent?: types.NestedCSSProperties; navigationDrawer: types.NestedCSSProperties; bodyWrapper?: types.NestedCSSProperties; wrapperWithoutToolbar?: types.NestedCSSProperties; fullHeightWrapper?: types.NestedCSSProperties; rightPanelWithoutActionButtons?: types.NestedCSSProperties; hideElement?: types.NestedCSSProperties; };