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