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