import * as i0 from "@angular/core"; export declare class NgxMatSelectIconComponent { /** * icon type */ icon?: 'Times' | 'ArrowRight' | 'Search' | 'Remove' | 'ArrowDown'; /** * the width of the icon in number */ width: number; /** * the height of the icon in number */ height: number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }