import { type FC } from 'react'; import type { ViewerProps } from './types'; export declare const PDFViewer: FC;