export declare class PrefixOrSuffix {
    choiceValue: number | null;
    textValue: string | null;
}
