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