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