import { Page } from '../../types';
export declare function packageCanvasQuizContent(page: Page, title: string): Promise<Blob>;
