/**
 * @ignore
 * @hidden
 */
export declare class ChoiceWithText {
    ChoiceValue: number | null;
    TextValue: string | null;
}
