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: { title: string; }; }[]; }; itemLayout: string; size: string; bordered: boolean; split: boolean; pagination: { pageSize: number; total: number; current: number; }; }; }[]; export default _default;