export interface PdfViewerOptions { selector: string; pdfUrl: string; width?: string; height?: string; page?: number; zoom?: number; showToolbar?: boolean; theme?: "light" | "dark"; hydrate?: boolean; } //# sourceMappingURL=PdfViewer.types.d.ts.map