import { Symbol } from '../../../ui/src/index.ts'; import { default as React } from 'react'; type Props = { id: string; header: string; items: any[]; symbol?: Symbol; className?: string; }; declare const NotificationList: React.FC; export default NotificationList;