import { InstagramFeedPropsType } from './types'; declare const InstagramFeed: ({ classes, postLimit, showQuickView, getQuickViewMedia, thumborSetting, Carousel, withQuickview, getReturnedMediaCount, loadingComponent, errorComponent, emptyStateComponent, lazyLoadedImage, widthImage, heightImage, ...props }: InstagramFeedPropsType) => JSX.Element; export default InstagramFeed;