export default interface IconComponentTypes { multiple?: boolean, selectData: any, data: any[] field: string, cid?: any, value?: string, addTag?: boolean, removeAfterSelect?: boolean, onRemoveAll?: Function, onRemoveItem?: Function, onSelectItem: Function }