declare const _default: { title: string; screenshot: any; schema: { componentName: string; props: { title: string; }; children: { componentName: string; props: { key: string; title: string; }; }[]; }; }[]; export default _default;