declare const _default: ({ title: string; screenshot: any; schema: { componentName: string; props: { checked: boolean; }; }; } | { title: string; screenshot: any; schema: { componentName: string; props: { checked?: undefined; }; }; })[]; export default _default;