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