import { LinkedInPreviewProps } from './types';
type OptionalProps = Partial<Pick<LinkedInPreviewProps, 'name' | 'profileImage'>>;
export type LinkedInLinkPreviewProps = Omit<LinkedInPreviewProps, keyof OptionalProps> & OptionalProps;
export declare function LinkedInLinkPreview(props: LinkedInLinkPreviewProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=link-preview.d.ts.map