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