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