import React from 'react'; declare const _default: { title: string; component: React.FC; parameters: { docs: { description: { component: string; }; source: { code: string; }; }; }; argTypes: { classes: { name: string; type: { name: string; required: boolean; }; description: string; table: { type: { summary: string; detail: string; }; defaultValue: { summary: string; detail: string; }; }; defaultValue: { containerClassName: string; rowClassName: string; imageClassName: string; }; }; slug: { description: string; control: { disable: boolean; }; }; getTitle: { description: string; }; thumborSetting: { description: string; table: { type: { summary: string; detail: string; }; }; defaultValue: { width: number; format: string; quality: number; }; }; lazyLoadedImage: { name: string; description: string; defaultValue: boolean; control: { type: string; }; }; loadingComponent: { description: string; control: { disable: boolean; }; }; errorComponent: { description: string; table: { defaultValue: { summary: string; }; }; control: { disable: boolean; }; }; emptyStateComponent: { description: string; table: { defaultValue: { summary: string; }; }; control: { disable: boolean; }; }; mode: { description: string; table: { type: { summary: string; detail: string; }; }; control: { options: string[]; type: string; }; }; widthImage: { name: string; description: string; }; heightImage: { name: string; description: string; }; getLookbookCover: { description: string; }; }; }; export default _default; export declare const Default: { (args: any): JSX.Element; parameters: any; };