import { Notification as NotificationProps } from '@streamlayer/sdk-web-notifications'; type InAppProps = NotificationProps['data'] & { action: NotificationProps['action']; close?: NotificationProps['close']; color: string; webos?: boolean; className?: string; }; export declare const InAppNotification: React.FC; export {};