import { ChangeDetectorRef, ElementRef } from '@angular/core'; import { IconComponent } from '../../component/src/icon-component'; import * as i0 from "@angular/core"; export declare class StructureColumnMenuIconComponent extends IconComponent { constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef); protected getSelectorName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }