export declare class Answer { index?: number; content?: string; isCorrect?: boolean; note?: string; id: string; isCollapsed?: boolean; }