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