import * as i0 from "@angular/core"; /** * A wrapper around an element which adds a prefix and/or a suffix element. */ export declare class AffixedInputComponent { prefix: string; suffix: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }