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: { title: string; }; }[]; }; itemLayout: string; size: string; bordered: boolean; split: boolean; pagination: { pageSize: number; total: number; current: number; }; }; }[]; componentName: string; title: string; category: string; group: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; setter: { componentName: string; initialValue: string; }; title: { label: string; tip: string; }; display?: undefined; type?: undefined; items?: undefined; } | { 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; 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; }; })[]; })[]; name?: undefined; setter?: undefined; } | { 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; })[]; name?: undefined; setter?: 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; }; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: number; condition: { type: string; value: string; }; extraProps?: undefined; })[]; name?: undefined; setter?: 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; })[]; name?: undefined; setter?: 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?: 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; }; }[]; }; }; })[]; name?: undefined; setter?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;