declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { dataSource: { id: string; name: string; age: number; address: string; }[]; columns: { title: string; dataIndex: string; key: string; }[]; rowKey: string; pagination: { pageSize: number; total: number; current: number; }; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; supportVariable: boolean; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { template: string; }; })[]; defaultValue: string; supportVariable?: undefined; })[]; name?: undefined; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; title: string; initialValue: { type: string; params: string[]; value: any[]; }; })[]; isRequired?: undefined; defaultValue?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; isRequired: boolean; defaultValue?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; isRequired?: undefined; defaultValue?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; isRequired?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; description: string; defaultValue: string; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; isRequired?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; title: string; initialValue: { type: string; params: string[]; value: any[]; }; })[]; isRequired?: undefined; defaultValue?: undefined; description?: undefined; })[]; }; }; initialValue: { title: string; }; }; }; }; display?: undefined; type?: undefined; items?: undefined; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: 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; })[]; 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; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; condition: { type: string; value: string; }; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { template: string; }; })[]; 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; }[]; }; })[]; condition: { type: string; value: string; }; extraProps?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { options: { title: string; value: string; }[]; }; initialValue: string; }; }; }; condition: { type: string; value: string; }; propType?: undefined; extraProps?: undefined; })[]; name?: undefined; setter?: undefined; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; } | { 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?: 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: any[]; }; props?: undefined; } | { componentName: string; props: { template: string; }; title?: undefined; initialValue?: undefined; })[]; }[]; name?: undefined; setter?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;