interface LinkedInEmbedProps { url: string; /** Fixed iframe height — LinkedIn embeds don't auto-resize. */ height?: number; } export declare function LinkedInEmbedClient({ url, height }: LinkedInEmbedProps): import("react").JSX.Element; export {}; //# sourceMappingURL=linkedin-embed-client.d.ts.map