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