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