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