declare const _default: { snippets: { title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { title: string; subTitle: 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: { type: string; value: string[]; }; defaultValue?: undefined; supportVariable?: undefined; setter?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue: boolean; supportVariable?: undefined; setter?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue?: undefined; supportVariable?: undefined; setter?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; supportVariable: boolean; setter: (string | { componentName: string; props: { config: { items: { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; setter: { componentName: string; }; }[]; }; }; })[]; defaultValue?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; supportVariable: boolean; setter: (string | { componentName: string; props: { config: { items: { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; setter: { componentName: string; props: { itemSetter: { componentName: string; initialValue: { path: string; breadcrumbName: string; }; isRequired: boolean; props: { config: { items: { name: string; defaultValue: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; setter: string; }[]; }; }; }; }; }; }[]; }; }; })[]; defaultValue?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;