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