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