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