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