import type { NotificationProps } from './types'; declare const Notification: import("svelte").Component; type Notification = ReturnType; export default Notification;