import type { NeoNotificationItemProps } from './neo-notification-item.model.js';
declare const NeoNotificationItem: import("svelte").Component<NeoNotificationItemProps<"li">, {}, "ref" | "hovered" | "focused">;
type NeoNotificationItem = ReturnType<typeof NeoNotificationItem>;
export default NeoNotificationItem;
