import type { NotificationListProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [NotificationListProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L552) * ## Props * @prop notifications */ declare const NotificationList: import("svelte").Component; type NotificationList = ReturnType; export default NotificationList;