import { InputComponent, Key } from '../../inputComponent'; export declare class YesNo extends InputComponent<{ question: string; }> { onKeyPress(str: string, key: Key): void; start(): void; }