import { BoardViewerPage } from './board-viewer-page.js'; export declare class PrintableBoardViewerPage extends BoardViewerPage { get context(): { printable: { accept: string[]; content: () => Promise; }; title: any; }; fetchImage(): Promise; }