declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { current: number; }; children: ({ componentName: string; props: { title: string; description: string; subTitle?: undefined; }; } | { componentName: string; props: { title: string; subTitle: string; description: string; }; })[]; }; }[]; export default _default;