import { BlogsPropsType } from './types'; export declare const isBlogAllowed: () => boolean | undefined; declare const Blogs: { ({ classes, paginationClasses, thumborSetting, isTitleClickable, withImage, showTitleAboveImage, withDate, showDateAboveTitle, showAuthorBeforeDate, withAuthor, withCategory, withDescription, descriptionCharLimit, withReadMoreButton, buttonIcon, emptyStateComponent, LoadingComponent, withPagination, pageNumber, itemPerPage, paginationNextLabel, paginationPrevLabel, getPageInfo, lazyLoadedImage, widthImage, heightImage, }: BlogsPropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; paginationClasses: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; thumborSetting: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; pageNumber: { defaultValue: { value: number; }; description: string; name: string; required: boolean; type: { name: string; }; }; itemPerPage: { defaultValue: { value: number; }; description: string; name: string; required: boolean; type: { name: string; }; }; withPagination: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; paginationNextLabel: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; paginationPrevLabel: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; getPageInfo: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; isTitleClickable: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; withImage: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; showTitleAboveImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; withDate: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; showDateAboveTitle: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; showAuthorBeforeDate: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; withDescription: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; descriptionCharLimit: { defaultValue: { value: number; }; description: string; name: string; required: boolean; type: { name: string; }; }; withCategory: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; withAuthor: { defaultValue: { value: boolean; }; description: string; name: string; required: boolean; type: { name: string; }; }; withReadMoreButton: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; buttonIcon: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; emptyStateComponent: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; LoadingComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; ErrorComponent: { 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 Blogs;