import type { NeoSimpleNotificationProps } from './neo-simple-notification.model.js';
declare const NeoSimpleNotification: import("svelte").Component<NeoSimpleNotificationProps<"div">, {}, "height" | "ref" | "bar">;
type NeoSimpleNotification = ReturnType<typeof NeoSimpleNotification>;
export default NeoSimpleNotification;
