import { Notification } from '@streamlayer/sdk-web-notifications'; import { GameSettings } from '@streamlayer/sdk-web-types'; export declare const Onboarding: React.FC<{ close: Notification['close']; action: Notification['action']; onboarding?: GameSettings; }>;