import { types } from "typestyle"; import { SpacingSettings } from "@omnia/fx-models"; import { ITheming } from "@omnia/fx/ux"; import { PagePropertiesBlockSettings } from "."; export declare const PagePropertiesBlockAdvancedStyles: { propertyWrapper?: (settings: PagePropertiesBlockSettings, isFlexBox: boolean) => types.NestedCSSProperties; propertyContentWrapper?: (settings: PagePropertiesBlockSettings, isFlexBox: boolean) => types.NestedCSSProperties; icon?: types.NestedCSSProperties; propertyLabelWrapper?: (fullWidth: boolean, textColor: string) => types.NestedCSSProperties; propertyLabel?: (fullWidth: boolean) => types.NestedCSSProperties; propertyValue?: (textColor: string) => types.NestedCSSProperties; propertiesWrapper?: (settings: PagePropertiesBlockSettings, theming: ITheming) => types.NestedCSSProperties; separator?: (theming: ITheming) => types.NestedCSSProperties; channelPropertyValue?: types.NestedCSSProperties; }; export declare const PagePropertiesBlockStyles: { padding?: (spacing: SpacingSettings) => types.NestedCSSProperties; layout?: types.NestedCSSProperties; wrapper?: types.NestedCSSProperties; contentHidden?: types.NestedCSSProperties; propertyLabel?: types.NestedCSSProperties; propertyValue?: types.NestedCSSProperties; setting?: types.NestedCSSProperties; propertyText?: (theme: ITheming) => types.NestedCSSProperties; horizontalHeaderAlign?: types.NestedCSSProperties; horizontalHeaderAlignNoAvatarInOnePersonField?: types.NestedCSSProperties; horizontalHeaderAlignNoAvatarInLine?: types.NestedCSSProperties; horizontalPropertyWrapperInPersonField?: (hideAvatar: boolean) => types.NestedCSSProperties; };