import { OnInit, OnChanges, SimpleChanges, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VerbenaIconComponent implements OnInit, OnChanges, AfterViewInit { icon: string; variant: 'outlined' | 'rounded' | 'sharp'; size: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | number; fill: boolean; weight: number; color: string; iconName: string; iconStyles: any; fillClass: string; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; private ensureGoogleIconsLoaded; private updateIcon; private updateStyles; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }