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