export declare class BookletWrapper {
    booklet: any[];
    bookQuestionsMap: any;
    sqOptions: any;
}
