interface Props { width?: number; } declare const LinkedIn: import("svelte").Component; type LinkedIn = ReturnType; export default LinkedIn;