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