import { ListView } from './list'; import { InputView } from './input'; export abstract class ChoiceView extends InputView { }