import type { NativeComponent } from '@sociably/core'; import { UnitSegment } from '@sociably/core/renderer'; import { EventInput } from '@sociably/websocket'; /** * @category Component */ export declare const Event: NativeComponent>;