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; export default Blogs;