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