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