declare const _default: ({ title: string; screenshot: string; schema: { componentName: string; props: { children: string; options?: undefined; }; }; } | { title: string; screenshot: string; schema: { componentName: string; props: { options: { label: string; value: string; }[]; children?: undefined; }; }; })[]; export default _default;