import { SpacingSettings } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const EventParticipantListViewStyles: { tableWrapper: types.NestedCSSProperties; getPaddingStyle?: (spacing: SpacingSettings, skip?: { top?: boolean; right?: boolean; left?: boolean; bottom?: boolean; }) => types.NestedCSSProperties; clippedText: types.NestedCSSProperties; paging: types.NestedCSSProperties; transparent: types.NestedCSSProperties; };