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