import { types } from "typestyle"; import { SpacingSettings } from "@omnia/fx-models"; export declare const TeamNewsBlockStyles: { padding?: (spacing: SpacingSettings) => types.NestedCSSProperties; linkTextDecoration?: types.NestedCSSProperties; background?: types.NestedCSSProperties; itemWrapper?: types.NestedCSSProperties; getImageWrapper?: (wrapperWidth: number) => types.NestedCSSProperties; getContentWrapper?: (wrapperWidth: number) => types.NestedCSSProperties; getSummaryWrapper?: (wrapperWidth: number) => types.NestedCSSProperties; title?: types.NestedCSSProperties; socialWrapper?: types.NestedCSSProperties; groupViewWrapper?: types.NestedCSSProperties; userWrapper: types.NestedCSSProperties; imageContainer?: types.NestedCSSProperties; };