declare const _default: { snippets: { title: import("../_utils/i18n").I18nText; screenshot: any; schema: { componentName: string; props: { options: string[]; defaultValue: string; }; }; }[]; componentName: string; title: import("../_utils/i18n").I18nText; category: string; group: string; props: ({ name: string; title: { label: string; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; setter: string[]; propType?: undefined; defaultValue?: undefined; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { options: { title: import("../_utils/i18n").I18nText; value: string; }[]; }; }; defaultValue: string; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;