/**
 * Single category of duviri choices
 */
export default class DuviriChoice {
    constructor(data: any);
    category: string;
    categoryKey: any;
    choices: any;
}
