declare const snippets: ({ title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; type: string; size: string; htmlType: string; component: string; children: string; }; children?: undefined; }; } | { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; type: string; size: string; label: { type: string; value: any; }; defaultSelectedKeys: any[]; autoWidth: boolean; popupTriggerType: string; plainData: string; }; children: any; }; })[]; export default snippets;