import { QuestionBase } from '../domain/question.base'; export declare class QuestionHintComponent { question: QuestionBase; }