declare const _default: { snippets: ({ 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; }; }; })[]; componentName: string; title: string; category: string; group: string; props: ({ title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string; }; setter: string[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string[]; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: (string | { componentName: string; props: { template: string; }; })[]; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; extraProps: { setValue(target: any, value: any): void; }; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: number; condition: { type: string; value: string; }; extraProps?: undefined; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; extraProps: { setValue: (target: any, value: any) => void; }; condition?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: string; condition: { type: string; value: string; }; propType?: undefined; extraProps?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { template: string; }; })[]; condition: { type: string; value: string; }; extraProps?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; condition: { type: string; value: string; }; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue: string; condition: { type: string; value: string; }; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; initialValue: string; }; condition: { type: string; value: string; }; propType?: undefined; extraProps?: undefined; defaultValue?: undefined; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; title: string; initialValue: { type: string; params: string[]; value: { componentName: string; props: {}; children: { componentName: string; props: { children: { type: string; value: string; }; }; }; }[]; }; props?: undefined; } | { componentName: string; props: { template: string; }; title?: undefined; initialValue?: undefined; })[]; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; initialValue: { type: string; value: { componentName: string; props: { children: string; }; }[]; }; }; })[]; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;