interface Props { size?: number; [key: string]: any; } declare const IconFlower1: import("svelte").Component; type IconFlower1 = ReturnType; export default IconFlower1;