/** * A wrapper around an element which adds a prefix and/or a suffix element. */ export declare class AffixedInputComponent { prefix: string; suffix: string; }