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