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