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