import { types } from "typestyle"; import { SpacingSettings } from "@omnia/fx-models"; export declare const TeamCollaborationRollupBlockStyles: { blockWapper?: (otherElementHeight: number) => types.NestedCSSProperties; queryFailMsgWrapper?: types.NestedCSSProperties; progressLinearStyle?: types.NestedCSSProperties; transparent?: types.NestedCSSProperties; msgWrapper?: types.NestedCSSProperties; uiFilterDateTimePicker?: types.NestedCSSProperties; uiFilterItem?: (isTabMode: boolean) => types.NestedCSSProperties; searchContainer?: types.NestedCSSProperties; paging?: types.NestedCSSProperties; uiFilterDateTimeItem?: types.NestedCSSProperties; getPaddingStyle?: (spacing: SpacingSettings, skip?: { top?: boolean; right?: boolean; left?: boolean; bottom?: boolean; }) => types.NestedCSSProperties; metricDetailsDialog?: (height: number) => types.NestedCSSProperties; }; export declare const TeamCollaborationRollupBlockListViewStyles: { tableWrapper?: types.NestedCSSProperties; titleLayout?: types.NestedCSSProperties; logoIcon?: types.NestedCSSProperties; socialIcon?: types.NestedCSSProperties; customOmfxPeoplePicker?: types.NestedCSSProperties; titleLink?: types.NestedCSSProperties; clickableLink?: types.NestedCSSProperties; nonClickableLink?: types.NestedCSSProperties; getPaddingStyle?: (spacing: SpacingSettings, skip?: { top?: boolean; right?: boolean; left?: boolean; bottom?: boolean; }) => types.NestedCSSProperties; navagationRow?: types.NestedCSSProperties; errorMessage?: types.NestedCSSProperties; handleLineBreak?: types.NestedCSSProperties; }; export declare const TeamCollaborationRollupBlockSettingsStyles: { alignSelfCenter: types.NestedCSSProperties; filterSettings: types.NestedCSSProperties; filterActionWrapper: types.NestedCSSProperties; floatRight: types.NestedCSSProperties; filterItemWrapper: types.NestedCSSProperties; checkboxFilter: types.NestedCSSProperties; taxonomyFilterMargin: types.NestedCSSProperties; pointer: types.NestedCSSProperties; limitWidthInputWrapper: types.NestedCSSProperties; resourceHeaderWrapper: types.NestedCSSProperties; expansionHeaderWrapper: types.NestedCSSProperties; hiddenCheckBox: types.NestedCSSProperties; }; export declare const TeamCollaborationRollupBlockListViewSettingsStyles: { columnWrapper?: types.NestedCSSProperties; orderAction?: types.NestedCSSProperties; widthInput?: types.NestedCSSProperties; showHeadingCheckbox?: types.NestedCSSProperties; };