declare const _default: { title: import("../_utils/i18n").I18nText; screenshot: string; schema: { componentName: string; props: { overlay: { type: string; value: { componentName: string; props: { items: { key: string; category: string; title: string; }[]; }; children: { componentName: string; id: string; props: { key: string; category: string; title: string; children: string; }; }[]; }[]; }; }; children: { componentName: string; props: { type: string; children: { type: string; value: ({ componentName: string; props: { children: string; style: { color: string; marginLeft?: undefined; verticalAlign?: undefined; }; type?: undefined; size?: undefined; }; } | { componentName: string; props: { type: string; size: number; style: { marginLeft: number; verticalAlign: string; color?: undefined; }; children?: undefined; }; })[]; }; }; }[]; }; }[]; export default _default;