declare const _default: ({ title: string; screenshot: string; schema: { componentName: string; props: { title: string; okText: string; cancelText: string; open: boolean; destroyOnClose: boolean; footer?: undefined; }; children: any[]; }; } | { title: string; screenshot: string; schema: { componentName: string; props: { title: string; okText: string; cancelText: string; open: boolean; footer: any; destroyOnClose: boolean; }; children: any[]; }; })[]; export default _default;