interface Props { tweetLink?: string; theme?: 'light' | 'dark'; } declare const Tweet: import("svelte").Component; type Tweet = ReturnType; export default Tweet;