import React from 'react';
import { SocialPostPreviewProps } from '../SocialPostPreview.types';
export declare const InstagramPost: React.FC<Pick<SocialPostPreviewProps, 'profileName' | 'profileImageSrc' | 'caption' | 'media'>>;
//# sourceMappingURL=InstagramPost.d.ts.map