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