import { OnInit, ElementRef, AfterViewInit } from '@angular/core'; import { PpIcon, PpIconType } from './icon.type'; import * as i0 from "@angular/core"; export declare class PpIconComponent implements OnInit, AfterViewInit { iconContent: ElementRef; iconConfig: PpIcon; CanIconType: typeof PpIconType; constructor(); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }