import { FileHandle, FileHandleAssociation } from '@sage-bionetworks/synapse-types';
export type PdfPreviewProps = {
    fileHandle: FileHandle;
    fileHandleAssociation: FileHandleAssociation;
};
export declare const maxPdfSize: number;
/**
 * Renders raw HTML. Uses file handle data to determine if the content should be sanitized.
 * @param props
 * @returns
 */
export default function PdfPreview(props: PdfPreviewProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=PdfPreview.d.ts.map