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