declare const _default: { title: string; screenshot: any; schema: { componentName: string; props: { id: string; title: string; okText: string; cancelText: string; open: boolean; width: number; }; children: any[]; }; }[]; export default _default;