declare const _default: ({ title: string; screenshot: string; schema: { componentName: string; props: { dataSource: { id: number; text: string; }[]; renderItem: { type: string; params: string[]; value: { componentName: string; props: {}; children: { componentName: string; props: { children: { type: string; value: string; }; }; }; }[]; }; header: { type: string; value: { componentName: string; props: { children: string; }; }[]; }; footer: { type: string; value: { componentName: string; props: { children: string; }; }[]; }; itemLayout: string; size: string; bordered: boolean; split: boolean; pagination: { pageSize: number; total: number; current: number; }; }; }; } | { title: string; screenshot: string; schema: { componentName: string; props: { dataSource: { id: number; title: string; avatar: string; description: string; }[]; renderItem: { type: string; params: string[]; value: { componentName: string; props: {}; children: { componentName: string; props: { avatar: { type: string; value: { componentName: string; props: { icon: { componentName: string; props: { type: string; }; }; src: { type: string; value: string; }; }; }[]; }; title: { type: string; value: { componentName: string; props: { children: { type: string; value: string; }; }; }[]; }; description: { type: string; value: { componentName: string; props: { children: { type: string; value: string; }; }; }[]; }; }; }; }[]; }; itemLayout: string; size: string; bordered: boolean; split: boolean; pagination: { pageSize: number; total: number; current: number; }; header?: undefined; footer?: undefined; }; }; })[]; export default _default;