declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { title: string; items: { label: string; children: string; }[]; }; }; }[]; export default _default;