declare const _default: { snippets: any; componentName: string; title: string; category: string; group: string; docUrl: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable?: undefined; display?: undefined; type?: undefined; items?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; display?: undefined; type?: undefined; items?: undefined; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable?: undefined; })[]; name?: undefined; propType?: undefined; setter?: undefined; supportVariable?: 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; }; propType: string; setter: string; condition: { type: string; value: string; }; 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: { itemSetter: { componentName: string; props: { options: { title: string; value: string; }[]; }; initialValue: string; }; }; }; condition: { type: string; value: string; }; propType?: undefined; extraProps?: undefined; defaultValue?: undefined; })[]; name?: undefined; propType?: undefined; setter?: undefined; supportVariable?: undefined; })[]; configure: { supports: { style: boolean; condition: boolean; loop: boolean; events: any[]; }; }; }; export default _default;