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