import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconNotificationLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconNotificationLight = ReturnType; export default IconNotificationLight;