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