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