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