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