type DownloadLLMFileProps = {
    rawFileLink: string;
    filename: string;
};
export declare const DownloadLLMFile: ({ rawFileLink, filename }: DownloadLLMFileProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=DownloadLLMFile.d.ts.map