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