declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { dataSource: { key: string; title: string; }[]; render: { type: string; value: string; }; }; }; }[]; export default _default;