declare const _default: { title: string; screenshot: any; schema: { componentName: string; props: { content: string; color: string; children: { type: string; value: { componentName: string; props: { style: { width: string; height: string; borderRadius: string; backgroundColor: string; }; }; }[]; }; }; }; }[]; export default _default;