declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { shape: string; size: string; excessMode: string; }; children: { componentName: string; props: { title: string; }; }[]; }; }[]; export default _default;