import { EventRecord, EventsFilter, UIState } from '../..'; export declare const ui: { name?: string; state: UIState; } & { effects: {}; } & { reducers: { setSelectedEventRecordId(state: UIState, payload: EventRecord['id']): UIState; setEventsFilter(state: UIState, payload: EventsFilter): UIState; }; } & { baseReducer: import("redux").Reducer; }; //# sourceMappingURL=ui.d.ts.map