declare const _default: { snippets: { title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { placeholder: string; options: { label: string; value: string; }[]; filterOption: boolean; style: { width: string; }; }; }; }[]; componentName: string; title: import("../_utils/i18n").I18nText; category: string; props: ({ name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue?: undefined; setter?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue: boolean; setter?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: { name: string; title: import("../_utils/i18n").I18nText; setter: string; }[]; }; }; initialValue: () => { label: import("../_utils/i18n").I18nText; 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: import("../_utils/i18n").I18nText; setter: string; isRequired: boolean; }[]; }; }; initialValue: () => { label: import("../_utils/i18n").I18nText; 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;