export declare class ChoiceOption {
    Label: string;
    Value: string;
    Default: boolean;
}
