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