export declare type cupolaT = { label: string; value: string; imgComponent: any; }; export declare const listCupola: cupolaT[];