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