declare const _default: { snippets: ({ title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { children?: undefined; }; }; } | { title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { children: { componentName: string; props: { children: 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; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; defaultValue: boolean; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; className: boolean; }; }; }; export default _default;