import type { EventBus } from '../events'; export declare type ElementComposerProperties = { currentUser?: Record; headers?: HeadersInit; eventBus?: EventBus; };