declare const _default: { title: string; screenshot: any; schema: { componentName: string; props: { title: string; items: { children: { type: string; value: { componentName: string; props: { src: string; height: number; fit: string; }; }[]; }; }[]; }; }; }[]; export default _default;