export declare const components: ({ name: string; label: string; description: () => any; changeLog: () => any; icon?: undefined; components?: undefined; } | { name: string; label: string; icon: string; components: { name: string; label: string; child: ({ name: string; label: string; image: string; description: string; spanColExample: number; whenToUse: () => any; examples: { title: string; col: number; markdown: () => any; previewCode: () => any; path: any; }[]; property: () => any; changeLog?: undefined; } | { name: string; label: string; image: string; description: string; spanColExample: number; whenToUse: () => any; changeLog: () => any; examples: { title: string; col: number; markdown: () => any; previewCode: () => any; path: any; }[]; property: () => any; })[]; }[]; description?: undefined; changeLog?: undefined; })[];