import { ChoiceListOption } from "./choice-list-options"; export declare class ChoicesMl { en: Array; hi: Array; mar: Array; tel: Array; fr: Array; ar: Array; ID: Array; JP: Array; TH: Array; de: Array; es: Array; constructor(value?: ChoicesMl); createNewValue(): void; /**function to create audio/video value with existing value * *@param value * */ createValue(value?: any): void; }