import React from "react";
import { PdfChunk } from "../../utils/types";
type Props = {
    item: PdfChunk;
    requestID: string;
    index: number;
    className?: string;
};
export declare function extractMarkedContent(text: string): string;
export declare const getPresignedUrl: (baseUrl: string, datasetId: string, fileId: string, apiKey: string) => Promise<string>;
export declare const PdfItem: (props: Props) => React.JSX.Element | null;
export {};
//# sourceMappingURL=PdfItem.d.ts.map