export declare const Player: React.FC<{ src: string; }>; export declare const WebOSStory: React.FC<{ sdkKey?: string; eventId?: string; production?: boolean; persistent?: boolean; }>;