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