export interface PdfLoadedEvent {
    pagesCount: number;
}
