declare const _default: { title: string; component: { ({ 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, }: import("../../types").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; }; }; }; }; }; parameters: { docs: { description: { component: string; }; source: { code: string; }; }; nextRouter: { path: string; asPath: string; query: { lng: string; page: number; }; }; }; argTypes: { classes: { description: string; table: { type: { summary: string; detail: any; }; defaultValue: { summary: string; }; }; control: { disable: boolean; }; }; paginationClasses: { description: string; table: { type: { summary: string; detail: any; }; defaultValue: { summary: string; }; }; control: { disable: boolean; }; }; LoadingComponent: { description: string; control: { disable: boolean; }; }; ErrorComponent: { description: string; control: { disable: boolean; }; }; emptyStateComponent: { description: string; table: { defaultValue: { summary: string; }; }; defaultValue: JSX.Element; control: { disable: boolean; }; }; lazyLoadedImage: { description: string; control: string; table: { defaultValue: { summary: boolean; }; }; }; thumborSetting: { name: string; description: string; defaultValue: { width: number; format: string; quality: number; }; table: { type: { summary: string; detail: string; }; defaultValue: { summary: string; }; }; }; itemPerPage: { defaultValue: number; control: string; }; pageNumber: { control: string; }; descriptionCharLimit: { control: string; }; withPagination: { control: string; }; isTitleClickable: { control: string; }; withImage: { control: string; }; showTitleAboveImage: { control: string; }; withDate: { control: string; }; showDateAboveTitle: { control: string; }; showAuthorBeforeDate: { control: string; }; withDescription: { control: string; }; withCategory: { control: string; }; withAuthor: { control: string; }; withReadMoreButton: { control: string; }; widthImage: { description: string; control: string; }; heightImage: { description: string; control: string; }; paginationNextLabel: { control: { disable: boolean; }; }; paginationPrevLabel: { control: { disable: boolean; }; }; }; }; export default _default; export declare const Default: { (args: any): JSX.Element; parameters: any; };