import type { NotificationProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [NotificationProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L67) * ## Props * @prop children * @prop src * @prop Icon * @prop when * @prop href * @prop color = 'gray' */ declare const Notification: import("svelte").Component; type Notification = ReturnType; export default Notification;