declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { placeholder: string; options: { label: string; value: string; }[]; filterOption: boolean; style: { width: string; }; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; defaultValue?: undefined; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: { name: string; title: string; setter: string; }[]; }; }; initialValue: () => { label: string; value: string; }; }; }; }; propType?: undefined; defaultValue?: undefined; })[]; configure: { props: ({ name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: string; supportVariable: boolean; defaultValue?: undefined; propType?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: { name: string; title: string; setter: string; isRequired: boolean; }[]; }; }; initialValue: () => { label: string; value: string; }; }; }; }; supportVariable?: undefined; defaultValue?: undefined; propType?: undefined; } | { name: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: string; defaultValue: boolean; supportVariable: boolean; propType?: undefined; } | { name: string; propType: string; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; setter: string; supportVariable: boolean; defaultValue?: undefined; })[]; supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;