import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { IconDefinition } from '@fortawesome/free-solid-svg-icons'; import { InputFillMode, InputRounded, InputSize } from '@progress/kendo-angular-inputs'; import { FontAweSomeService, ZComponent, ZField, ZGroup } from "mmhglobal-zcore"; import * as i0 from "@angular/core"; export declare class FiconComponent implements ZComponent, OnInit { fontAweSomeService: FontAweSomeService; data: ZField; group: ZGroup; form: FormGroup; size: InputSize; rounded: InputRounded; fillMode: InputFillMode; icons: { prefix: string; name: string; definition: IconDefinition; formattedName: string; }[]; filteredIcons: { prefix: string; name: string; definition: IconDefinition; formattedName: string; }[]; searchTerm: string; constructor(fontAweSomeService: FontAweSomeService); ngOnInit(): void; private toCamelCase; filterIcon(searchTerm: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }