declare const _default: ({ title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { title: string; okText: string; cancelText: string; open: boolean; destroyOnClose: boolean; footer?: undefined; }; children: any[]; }; } | { title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { title: string; okText: string; cancelText: string; open: boolean; footer: any; destroyOnClose: boolean; }; children: any[]; }; })[]; export default _default;