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