interface TwitterEmbedProps { url: string; tweetId?: string; maxWidth?: number; } export declare function TwitterEmbedClient({ url, tweetId, maxWidth }: TwitterEmbedProps): import("react").JSX.Element; export {}; //# sourceMappingURL=twitter-embed-client.d.ts.map