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