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