import { types } from "typestyle"; import { SpacingSettings } from "@omnia/fx-models"; export declare const RssReaderBlockNoImageViewStyles: { hideHeaders?: types.NestedCSSProperties; customOmfxPeoplePicker?: types.NestedCSSProperties; titleLink?: types.NestedCSSProperties; clickableLink?: types.NestedCSSProperties; socialWrapper: types.NestedCSSProperties; getPaddingStyle?: (spacing: SpacingSettings, skip?: { top?: boolean; right?: boolean; left?: boolean; bottom?: boolean; }) => types.NestedCSSProperties; unreadLink?: types.NestedCSSProperties; getSummaryWrapper: (wrapperWidth: number) => types.NestedCSSProperties; }; export declare const RssReaderBlockLeftImageViewStyles: { getPaddingStyle: (spacing: SpacingSettings, skip?: { top?: boolean; right?: boolean; left?: boolean; bottom?: boolean; }) => types.NestedCSSProperties; getPadding: (spacing: SpacingSettings) => types.NestedCSSProperties; itemWrapper: types.NestedCSSProperties; getContentWrapper: (wrapperWidth: number, noImage: boolean) => types.NestedCSSProperties; title: types.NestedCSSProperties; socialWrapper: types.NestedCSSProperties; socialTime: types.NestedCSSProperties; getImageWrapper: (wrapperWidth: number) => types.NestedCSSProperties; getSummaryWrapper: (wrapperWidth: number) => types.NestedCSSProperties; clickableLink: types.NestedCSSProperties; unreadLink?: types.NestedCSSProperties; }; export declare const RssReaderBlockStyles: { queryFailMsgWrapper?: types.NestedCSSProperties; progressLinearStyle?: types.NestedCSSProperties; transparent?: types.NestedCSSProperties; msgWrapper?: types.NestedCSSProperties; uiFilterDateTimePicker?: types.NestedCSSProperties; uiFilterItem?: types.NestedCSSProperties; uiFilterDateTimeItem?: types.NestedCSSProperties; getPaddingStyle?: (spacing: SpacingSettings, skip?: { top?: boolean; right?: boolean; left?: boolean; bottom?: boolean; }) => types.NestedCSSProperties; createBtn?: types.NestedCSSProperties; };