export type StreamLayerSDKEventProps = { event?: string; }; export declare const StreamLayerSDKEvent: React.FC;