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