import * as i0 from "@angular/core"; export declare class CtyIcon { get name(): string; get src(): string; set name(name: string); color?: string; size?: string; flipRtl?: boolean; lazy: boolean; sanitize: boolean; private _src; private _name; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }