import { SpacingSettings } from "@omnia/fx-models"; import { types } from "typestyle"; export declare const EventParticipantListStyles: { container: types.NestedCSSProperties; wrapper: (spacing: SpacingSettings) => types.NestedCSSProperties; title: (spacing: SpacingSettings) => types.NestedCSSProperties; dataTableTransparent: types.NestedCSSProperties; clippedText: types.NestedCSSProperties; };