import { FC } from 'react'; import { QuickViewPropsType } from '../types'; declare const InstagramQuickView: FC; export default InstagramQuickView;