import { AntdIconSetter } from '../_setters'; declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { id: string; title: string; okText: string; cancelText: string; open: boolean; width: number; }; children: any[]; }; }[]; componentName: string; title: string; group: string; category: string; npm: { package: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; supportVariable?: undefined; initialValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; title: string; initialValue: { type: string; value: any[]; }; })[]; defaultValue?: undefined; supportVariable?: undefined; initialValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; supportVariable: boolean; initialValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; initialValue: boolean; setter: string; supportVariable: boolean; defaultValue?: undefined; })[]; } | { title: string; display: string; type: string; items: ({ name: string; setter: { componentName: typeof AntdIconSetter; initialValue: string; props: { type: string; hasClear: boolean; options?: undefined; }; }; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; propType?: undefined; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter?: undefined; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; type?: undefined; hasClear?: undefined; }; initialValue?: undefined; }; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; supportVariable: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: string; setter: string; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; initialValue: string; props: { options: { title: string; value: string; }[]; }; }; defaultValue?: undefined; supportVariable?: undefined; })[]; })[]; configure: { component: { isContainer: boolean; isModal: boolean; rootSelector: string; nestingRule: { parentWhitelist: string[]; }; }; supports: { condition: boolean; loop: boolean; events: ({ name: string; description: string; templete: string; template?: undefined; } | { name: string; description: string; template: string; templete?: undefined; })[]; }; }; }; export default _default;