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