declare const _default: ({ title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: {}; children: { componentName: string; props: { span: number; }; }[]; }; } | { title: string; screenshot: string; schema: { componentName: string; props: {}; children: { componentName: string; props: { span: number; }; }[]; }; })[]; export default _default;