declare const _default: { title: string; screenshot: any; schema: { componentName: string; props: { visible: boolean; options: { label: string; value: string; children: { label: string; value: string; }[]; }[]; }; }; }[]; export default _default;