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; displayName: string; __docgenInfo: { description: string; displayName: string; props: { classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; postLimit: { defaultValue: { value: number; }; description: string; name: string; required: boolean; type: { name: string; }; }; showQuickView: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; getQuickViewMedia: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; thumborSetting: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; Carousel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; withQuickview: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; loadingComponent: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; errorComponent: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; emptyStateComponent: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; getReturnedMediaCount: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lazyLoadedImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; widthImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; heightImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default InstagramFeed;