import { SpacingSettings } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const PageRollupListViewStyles: { tableWrapper?: types.NestedCSSProperties; hideHeaders?: types.NestedCSSProperties; customOmfxPeoplePicker?: types.NestedCSSProperties; titleLink?: types.NestedCSSProperties; clickableLink?: types.NestedCSSProperties; getPaddingStyle?: (spacing: SpacingSettings, skip?: { top?: boolean; right?: boolean; left?: boolean; bottom?: boolean; }) => types.NestedCSSProperties; unreadLink?: types.NestedCSSProperties; staticWidthHeading?: types.NestedCSSProperties; headingSortable?: types.NestedCSSProperties; clickableIcon?: types.NestedCSSProperties; buttonOutline?: types.NestedCSSProperties; imageStyle?: types.NestedCSSProperties; rollupImage?: types.NestedCSSProperties; }; export declare const PageRollupListViewSettingsStyles: { columnWrapper?: types.NestedCSSProperties; orderAction?: types.NestedCSSProperties; widthInput?: types.NestedCSSProperties; showHeadingCheckbox?: types.NestedCSSProperties; };