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