export interface ISelectMolecule { description: string; icon?: string; data: any; }